jvm ReadOnlyDelegate¶ class ReadOnlyDelegate<Type>(value: Type) : ReadOnlyProperty<Any?, Type> Constructors¶ ReadOnlyDelegate¶ constructor(value: Type) Functions¶ getValue¶ open operator override fun getValue(thisRef: Any?, property: KProperty<*>): Type