video_player
dart:collection
DoubleLinkedQueueEntry
property element
element
class DoubleLinkedQueueEntry
Constructors
DoubleLinkedQueueEntry
Properties
element
hashCode
runtimeType
Methods
append
nextEntry
prepend
previousEntry
remove
noSuchMethod
toString
Operators
operator ==
E
element
read / write
The element in the queue.
property element