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

isExternal

abstract val isExternal: Boolean

true if this function is external. See the 登录查看完整内容