Dart SDK
dart:collection
Queue
clear
method
clear
Queue
Constructors
Queue
from
Methods
removeFirst
removeLast
addFirst
addLast
add
remove
addAll
removeWhere
retainWhere
clear
take
map
takeWhile
fold
toSet
firstWhere
forEach
skipWhile
join
contains
lastWhere
singleWhere
reduce
every
any
toList
where
skip
expand
elementAt
void
clear
( )
Removes all elements in the queue. The size of the queue becomes zero.