isEmpty property

bool isEmpty

whether or not this stack is empty

Implementation

bool get isEmpty => _items.isEmpty;