menu
tikka package
documentation
util/stack.dart
Stack<T>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clear all the items from the stack.
Implementation
void clear() { _items.clear(); }
tikka package
documentation
util/stack
Stack<T>
clear method
Stack class