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