mapToOneOrDefault

fun <T : Any> Flow<Query<T>>.mapToOneOrDefault(defaultValue: T, context: CoroutineContext): Flow<T>