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