isEmpty property

bool get isEmpty

Checks if the stack is empty

Implementation

bool get isEmpty => _items.isEmpty;