Dart SDK
dart:collection
ListQueue
addLast
addLast
Dart SDK
dart:collection
ListQueue
addLast
method
addLast
Source
Dart SDK
dart:collection
ListQueue
Constructors
ListQueue
from
Properties
first
isEmpty
iterator
last
length
single
hashCode
isNotEmpty
runtimeType
Operators
operator ==
Methods
add
addAll
addFirst
addLast
clear
elementAt
forEach
remove
removeFirst
removeLast
removeWhere
retainWhere
toList
toString
any
contains
every
expand
firstWhere
fold
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toSet
where
void
addLast
(
E
value
)
Adds
value
at the end of the queue.
Source
void addLast(E value) { _add(value); }
Cookies management controls