Flutter
quiver.collection
DelegatingIterable
<
E
>
delegate property
delegate
DelegatingIterable class
Constructors
DelegatingIterable
Properties
delegate
first
isEmpty
isNotEmpty
iterator
last
length
single
hashCode
runtimeType
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
reduce
retype
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
where
whereType
noSuchMethod
toString
Operators
operator ==
delegate property
Iterable
<
E
>
delegate
Implementation
Iterable<E> get delegate;