KMutableProperty
interface KMutableProperty<R> : KProperty<R>
Represents a property declared as a var
.
Types
Setter | interface Setter<R> : Accessor<R>, KFunction<Unit> Setter of the property is a set method declared alongside the property. |
Properties
登录查看完整内容