menu
Flutter
dart:collection
DoubleLinkedQueueEntry
<
E
>
nextEntry method
nextEntry
dark_mode
light_mode
nextEntry
method
DoubleLinkedQueueEntry
<
E
>
?
nextEntry
(
)
The next entry, or
null
if there is none.
Implementation
DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;
Flutter
dart:collection
DoubleLinkedQueueEntry
<
E
>
nextEntry method
DoubleLinkedQueueEntry class
Cookies management controls