Flutter
collection
IterableZip
<
T
>
IterableZip constructor
IterableZip
IterableZip class
Constructors
IterableZip
Properties
iterator
first
hashCode
isEmpty
isNotEmpty
last
length
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
IterableZip<
T
> constructor
IterableZip<
T
>
(
Iterable
<
Iterable
<
T
>
>
iterables
)
Implementation
IterableZip(Iterable<Iterable<T>> iterables) : this._iterables = iterables;