mapToList

fun <T : Any> Flow<Query<T>>.mapToList(context: CoroutineContext = Dispatchers.Default): Flow<List<T>>