menu
Dart
dart:collection
Queue
<
E
>
addLast abstract method
addLast
dark_mode
light_mode
description
addLast
abstract method
void
addLast
(
E
value
)
Adds
value
at the end of the queue.
Implementation
void addLast(E value);
Dart
dart:collection
Queue
<
E
>
addLast abstract method
Queue class
Cookies management controls