menu
Dart
dart:collection
ListQueue
<
E
>
add method
add
dark_mode
light_mode
description
add
method
void
add
(
E
value
)
override
Adds
value
at the end of the queue.
Implementation
void add(E value) { _add(value); }
Dart
dart:collection
ListQueue
<
E
>
add method
ListQueue class
Cookies management controls