NonNullMutableStateFlowWrapper

fun <T : Any> NonNullMutableStateFlowWrapper(    getter: () -> T,     setter: (T) -> Unit,     origin: Flow<T>)