nextEntry method Null safety

DoubleLinkedQueueEntry<E>? nextEntry()

Returns the next entry or null if there is none.

Implementation

DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;