menu
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
element property
element
brightness_4
brightness_5
description
element
property
E
element
read / write
The element of the entry in the queue.
Implementation
E element;
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
element property
DoubleLinkedQueueEntry class
Constructors
DoubleLinkedQueueEntry
Properties
element
hashCode
runtimeType
Methods
append
nextEntry
noSuchMethod
prepend
previousEntry
remove
toString
Operators
operator ==