interface KMutableProperty<R> : KProperty<R>
Represents a property declared as a var.
var
Setter
interface Setter<R> : Accessor<R>, KFunction<Unit>
Setter of the property is a set method declared alongside the property.
set
联系方式: