Dart SDK
dart:collection
LinkedHashSet
iterator
property
iterator
LinkedHashSet
Properties
iterator
isEmpty
isNotEmpty
first
last
single
length
Constructors
LinkedHashSet
identity
from
Methods
forEach
remove
clear
take
map
intersection
takeWhile
fold
toSet
firstWhere
difference
skipWhile
join
contains
union
removeAll
add
lastWhere
singleWhere
addAll
reduce
containsAll
removeWhere
any
every
toList
where
lookup
skip
expand
retainAll
retainWhere
elementAt
Iterator
<E>
iterator
read-only
Provides an iterator that iterates over the elements in insertion order.