video_player
dart:collection
DoubleLinkedQueueEntry
constructor DoubleLinkedQueueEntry
DoubleLinkedQueueEntry
class DoubleLinkedQueueEntry
Constructors
DoubleLinkedQueueEntry
Properties
element
hashCode
runtimeType
Methods
append
nextEntry
prepend
previousEntry
remove
noSuchMethod
toString
Operators
operator ==
DoubleLinkedQueueEntry
(
E
element
)
Source
DoubleLinkedQueueEntry(this.element);
constructor DoubleLinkedQueueEntry