kotlin.reflect.KMutableProperty.Setter
Setter
interface Setter<R> : Accessor<R>, KFunction<Unit>
Setter of the property is a set
method declared alongside the property.
Inherited Properties
abstract val isExternal: Boolean
|
interface Setter<R> : Accessor<R>, KFunction<Unit>
Setter of the property is a set
method declared alongside the property.
abstract val isExternal: Boolean
|