menu
betto_common package
documentation
collections.dart
Stack<E>
pop method
pop method
dark_mode
light_mode
pop
method
E
pop
(
)
Removes the top element and returns it.
Implementation
E pop() => _list.removeLast();
betto_common package
documentation
collections
Stack<E>
pop method
Stack class