Combiner<T> typedef

Combiner<T> = T Function(List<Flow> items)

Implementation

typedef Combiner<T> = T Function(List<Flow<dynamic>> items);