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