collection package
documentation
collection
DelegatingIterable
<
E
>
retype<
T
>
method
retype
collection package
documentation
collection
DelegatingIterable
<
E
>
retype<
T
>
method
DelegatingIterable class
Constructors
DelegatingIterable
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
retype
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
Static methods
typed
retype<
T
>
method
Null safety
@
deprecated
Iterable
<
T
>
retype
<
T
>(
)
inherited
Implementation
@deprecated Iterable<T> retype<T>() => cast<T>();