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