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