Flutter
collection
DelegatingQueue
<
E
>
DelegatingQueue const constructor
DelegatingQueue
DelegatingQueue class
Constructors
DelegatingQueue
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
add
addAll
addFirst
addLast
cast
clear
remove
removeFirst
removeLast
removeWhere
retainWhere
retype
any
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
Static methods
typed
DelegatingQueue<
E
> constructor
const
DelegatingQueue<
E
>
(
Queue
<
E
>
queue
)
Implementation
const DelegatingQueue(Queue<E> queue) : super(queue);