menu
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
append method
append
dark_mode
light_mode
描述
append
方法
void
append
(
E
e
)
将给定的元素
e
作为条目添加到当前条目之后。
实现
void append(E e) { DoubleLinkedQueueEntry<E>(e)._link(this, _nextLink); }
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
append 方法
DoubleLinkedQueueEntry 类
Cookie 管理控件