KoGetterProvider

An interface representing a Kotlin declaration that provides access to getter declaration.

Inheritors

Properties

Link copied to clipboard

The getter of the declaration.

Link copied to clipboard
abstract val hasGetter: Boolean

Determines whatever declaration has getter.