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