kotlin.reflect.KProperty.Getter

Getter

interface Getter<out R> : Accessor<R>, KFunction<R>

Getter of the property is a get method declared alongside the property.

Inherited Properties

isExternal

abstract val isExternal: Boolean

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