getValue

operator fun <T> Lazy<T>.getValue(thisRef: Any?, property: KProperty<*>): T
@ExperimentalCoroutinesApi
operator fun <T : Any> MutableStateFlow<T>.getValue(thisRef: Any?, property: KProperty<*>): T