isEmpty property

bool get isEmpty

Whether the queue is currently empty.

Implementation

bool get isEmpty => _queue.isEmpty;