Dart SDK
dart:collection
ListQueue
add
add
Dart SDK
dart:collection
ListQueue
add
method
add
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
add
(
E
value
)
Adds
value
at the end of the queue.
Source
void add(E value) { _add(value); }
Cookies management controls