nextEntry method Null safety
Returns the next entry or null
if there is none.
Implementation
DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;
Returns the next entry or null
if there is none.
DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;