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