NullableMutableStateFlowWrapper

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