Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
DoubleLinkedQueueEntry constructor
description
DoubleLinkedQueueEntry<
E
> constructor
DoubleLinkedQueueEntry<
E
>
(
E
element
)
Implementation
DoubleLinkedQueueEntry(
this
.element);