video_player
dart:collection
DoubleLinkedQueue
constructor DoubleLinkedQueue
DoubleLinkedQueue
class DoubleLinkedQueue
Constructors
DoubleLinkedQueue
from
Properties
first
isEmpty
iterator
last
length
single
hashCode
isNotEmpty
runtimeType
Methods
add
addAll
addFirst
addLast
clear
firstEntry
forEachEntry
lastEntry
remove
removeFirst
removeLast
removeWhere
retainWhere
toString
any
contains
elementAt
every
expand
firstWhere
fold
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
where
Operators
operator ==
DoubleLinkedQueue
(
)
Source
DoubleLinkedQueue() { _sentinel = new _DoubleLinkedQueueSentinel<E>(this); }
constructor DoubleLinkedQueue