menu
tikka package
documentation
util/stack.dart
Stack<T>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Checks if the stack is empty
Implementation
bool get isEmpty => _items.isEmpty;
tikka package
documentation
util/stack
Stack<T>
isEmpty property
Stack class