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