menu
std package
documentation
stack.dart
Stack<T>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Implementation
bool get isEmpty => this._underlyingQueue.isEmpty;
std package
documentation
stack
Stack<T>
isEmpty property
Stack class