menu
cell package
documentation
collective.dart
OpenQueueMixin<E>
add method
add method
dark_mode
light_mode
add
method
@
override
void
add
(
E
value
)
override
Adds
value
at the end of the queue.
Implementation
@override void add(E value) => apply(add, [value]);
cell package
documentation
collective
OpenQueueMixin<E>
add method
OpenQueueMixin mixin