element property - DoubleLinkedQueueEntry class - dart:collection library (original) (raw)

description

Eelement

getter/setter pair

The element of the entry in the queue.

Implementation

E element;