Dart SDK
dart:collection
ListQueue
addLast
method
addLast
ListQueue
Properties
iterator
isEmpty
length
first
last
single
isNotEmpty
Constructors
ListQueue
from
Methods
forEach
elementAt
toList
add
addAll
remove
removeWhere
retainWhere
clear
toString
addLast
addFirst
removeFirst
removeLast
map
where
expand
contains
reduce
fold
every
join
any
toSet
take
takeWhile
skip
skipWhile
firstWhere
lastWhere
singleWhere
take
map
takeWhile
fold
toSet
firstWhere
skipWhile
lastWhere
singleWhere
reduce
every
any
where
skip
expand
void
addLast
(
E
value
)
Adds [value] at the end of the queue.