menu
my_utility package
documentation
async.dart
StreamZip<T>
StreamZip.new constructor
StreamZip.new constructor
dark_mode
light_mode
StreamZip<
T
>
constructor
StreamZip<
T
>
(
Iterable
<
Stream
<
T
>
>
streams
)
Implementation
StreamZip(Iterable<Stream<T>> streams) : _streams = streams;
my_utility package
documentation
async
StreamZip<T>
StreamZip.new constructor
StreamZip class