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