Dart
dart:collection
IterableBase
<
E
>
IterableBase const constructor
IterableBase
Dart
dart:collection
IterableBase
<
E
>
IterableBase const constructor
IterableBase class
Constructors
IterableBase
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
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
Static methods
iterableToFullString
iterableToShortString
description
IterableBase<
E
>
constructor
Null safety
const
IterableBase<
E
>
(
)
Implementation
const IterableBase();