Flutter
collection
DelegatingQueue
<
E
>
DelegatingQueue const constructor
DelegatingQueue
DelegatingQueue<
E
>
constructor
Null safety
const
DelegatingQueue<
E
>
(
Queue
<
E
>
queue
)
Implementation
const DelegatingQueue(Queue<E> queue) : _base = queue;
Flutter
collection
DelegatingQueue
<
E
>
DelegatingQueue const constructor
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