menu
namefully package
documentation
namefully.dart
NameBuilder
addFirst method
addFirst method
dark_mode
light_mode
addFirst
method
void
addFirst
(
Name
value
)
inherited
Adds
value
at the beginning of the queue.
Implementation
void addFirst(T value) => _queue.addFirst(value);
namefully package
documentation
namefully
NameBuilder
addFirst method
NameBuilder class