menu
tikka package
documentation
util/stack.dart
Stack<T>
pop method
pop method
dark_mode
light_mode
pop
method
T
pop
(
)
Removes the latest pushed item and returns it.
Implementation
T pop() => _items.removeLast();
tikka package
documentation
util/stack
Stack<T>
pop method
Stack class