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