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