menu
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
nextEntry method
nextEntry
dark_mode
light_mode
描述
nextEntry
方法
DoubleLinkedQueueEntry
<
E
>
?
nextEntry
(
)
下一个条目,如果不存在则为
null
。
实现
DoubleLinkedQueueEntry<E>? nextEntry() => _nextLink;
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
nextEntry 方法
DoubleLinkedQueueEntry 类
Cookie 管理控件