Flutter
dart:collection
DoubleLinkedQueueEntry
<
E
>
DoubleLinkedQueueEntry constructor
DoubleLinkedQueueEntry
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);