menu
df_web_device_info package
documentation
_common.dart
QueueList<E>
addLast method
addLast method
dark_mode
light_mode
addLast
method
@
override
void
addLast
(
E
element
)
override
Adds
value
at the end of the queue.
Implementation
@override void addLast(E element) { _add(element); }
df_web_device_info package
documentation
_common
QueueList<E>
addLast method
QueueList class