Dart
dart:collection
LinkedHashSet
<
E
>
iterator property
iterator
Dart
dart:collection
LinkedHashSet
<
E
>
iterator property
LinkedHashSet class
Constructors
LinkedHashSet
from
identity
of
Properties
iterator
first
hashCode
isEmpty
isNotEmpty
last
length
runtimeType
single
Methods
forEach
add
addAll
any
cast
clear
contains
containsAll
difference
elementAt
every
expand
firstWhere
fold
followedBy
intersection
join
lastWhere
lookup
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
union
where
whereType
Operators
operator ==
iterator property
Iterator
<
E
>
iterator
override
Provides an iterator that iterates over the elements in insertion order.
Implementation
Iterator<E> get iterator;