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