Setter
interface Setter<V> : KMutableProperty.Setter<V>, (V) -> Unit
Setter of the property is a set
method declared alongside the property.
Can be used as a function that takes new property value as an argument and returns Unit.
interface Setter<V> : KMutableProperty.Setter<V>, (V) -> Unit
Setter of the property is a set
method declared alongside the property.
Can be used as a function that takes new property value as an argument and returns Unit.