menu
quiver package
documentation
collection.dart
DelegatingQueue<E>
add method
add method
dark_mode
light_mode
add
method
@
override
void
add
(
E
value
)
override
Adds
value
at the end of the queue.
Implementation
@override
void
add(E value) => delegate.add(value);
quiver package
documentation
collection
DelegatingQueue<E>
add method
DelegatingQueue class
Constructors
DelegatingQueue
Properties
delegate
first
firstOrNull
(ext)
hashCode
indexed
(ext)
isEmpty
isNotEmpty
iterator
last
lastOrNull
(ext)
length
nonNulls
(ext)
runtimeType
single
singleOrNull
(ext)
wait
(ext)
Methods
add
addAll
addFirst
addLast
any
asNameMap
(ext)
byName
(ext)
cast
clear
contains
elementAt
elementAtOrNull
(ext)
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
remove
removeFirst
removeLast
removeWhere
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==