kotlin.reflect.KProperty.Getter
Getter
interface Getter<out R> : Accessor<R>, KFunction<R>
Getter of the property is a get
method declared alongside the property.
Inherited Properties
abstract val isExternal: Boolean
|
interface Getter<out R> : Accessor<R>, KFunction<R>
Getter of the property is a get
method declared alongside the property.
abstract val isExternal: Boolean
|