DoubleLinkedQueueEntry<E> constructor Null safety

DoubleLinkedQueueEntry<E>(
  1. E? _element
)

Implementation

DoubleLinkedQueueEntry(this._element);