getValue

operator fun getValue(thisRef: Any?, property: KProperty<*>): T

Returns the _value if it was set before. Else an error is thrown.