getValue

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

Delegate for reading State values using the by keyword.