menu
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
element property
element
brightness_4
brightness_5
description
element
property
E
element
getter/setter pair
The element of the entry in the queue.
Implementation
E element;
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
element property
DoubleLinkedQueueEntry class