Flutter
async
StreamZip
<
T
>
StreamZip constructor
StreamZip
StreamZip class
Constructors
StreamZip
Properties
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
listen
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
StreamZip<
T
> constructor
StreamZip<
T
>
(
Iterable
<
Stream
<
T
>
>
streams
)
Implementation
StreamZip(Iterable<Stream<T>> streams) : _streams = streams;