DoubleLinkedQueueEntry constructor - DoubleLinkedQueueEntry - dart:collection library (original) (raw)
DoubleLinkedQueueEntry<E>(
- E element )
Creates a new entry with the given element
.
Implementation
DoubleLinkedQueueEntry(this.element);
DoubleLinkedQueueEntry<E>(
Creates a new entry with the given element
.
DoubleLinkedQueueEntry(this.element);