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