empty property

bool get empty

Returns true if the stack is empty.

Implementation

bool get empty => _container.isEmpty;