Flutter
collection
DelegatingQueue
<
E
>
add method
add
add
method
Null safety
@
override
void
add
(
E
value
)
override
Adds
value
at the end of the queue.
Implementation
@override void add(E value) { _base.add(value); }
Flutter
collection
DelegatingQueue
<
E
>
add method
DelegatingQueue class
Constructors
DelegatingQueue
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
add
addAll
addFirst
addLast
any
cast
clear
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
remove
removeFirst
removeLast
removeWhere
retainWhere
retype
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
Static methods
typed