Dart API Reference
dart:collection
LinkedList
add
add
method
Add entry to the end of the linked list.
void
add
(
E
entry
)
Add entry to the end of the linked list.