We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1c56a commit eb5aae1Copy full SHA for eb5aae1
lib/src/loader_bloc.dart
@@ -13,7 +13,7 @@ import 'utils.dart';
13
14
// ignore_for_file: close_sinks
15
16
-/// Defines which flatMap behavior should be applied whenever a new values is emitted.
+/// Describes how a stream of inner streams should be flattened into a stream of values.
17
enum FlattenStrategy {
18
/// uses [FlatMapExtension.flatMap].
19
merge,
0 commit comments