Flutter
dart:collection
LinkedList
<
E extends LinkedListEntry<
E
>
>
LinkedList constructor
LinkedList
LinkedList class
Constructors
LinkedList
Properties
first
isEmpty
iterator
last
length
single
hashCode
isNotEmpty
runtimeType
Methods
add
addAll
addFirst
clear
forEach
remove
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
LinkedList<
E extends LinkedListEntry<
E
>
> constructor
LinkedList<
E extends LinkedListEntry<
E
>
>
(
)
Construct a new empty linked list.
Implementation
LinkedList();