Dart
dart:collection
Queue
<
E
>
add abstract method
description
add method
void
add
(
E
value
)
Adds
value
at the end of the queue.
Implementation
void
add(E value);