DefaultValueOptionDelegate

inner class DefaultValueOptionDelegate<T>(value: T) : ReadOnlyProperty<Any?, T>

Functions

getValue
Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): T

Sources

jvm source
Link copied to clipboard