menu
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
nextEntry method
nextEntry
brightness_4
brightness_5
description
nextEntry
method
DoubleLinkedQueueEntry
<
E
>
?
nextEntry
(
)
The next entry, or
null
if there is none.
Implementation
DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
nextEntry method
DoubleLinkedQueueEntry class
Constructors
DoubleLinkedQueueEntry
Properties
element
hashCode
runtimeType
Methods
append
nextEntry
noSuchMethod
prepend
previousEntry
remove
toString
Operators
operator ==