Dart API Reference
dart:collection
ListQueue
addFirst
addFirst
method
Adds [value] at the beginning of the queue.
void
addFirst
(
E
value
)
Adds [value] at the beginning of the queue.