menu
betto_common package
documentation
collections.dart
Stack<E>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Returns true if the stack is empty.
Implementation
bool get isEmpty => _list.isEmpty;
betto_common package
documentation
collections
Stack<E>
isEmpty property
Stack class