Dart API Reference
dart:collection
LinkedList
addAll
addAll
method
Add entries to the end of the linked list.
void
addAll
(
Iterable
<E>
entries
)
Add entries to the end of the linked list.