isEmpty property

bool get isEmpty

Whether the queue is empty.

Implementation

bool get isEmpty => _store.isEmpty;