previous property

QueueItem<T>? previous
getter/setter pair

Previous Element in the queue

Implementation

QueueItem<T>? previous;