isEmpty property

bool get isEmpty

Checks if queue is empty

Implementation

bool get isEmpty => _queue.isEmpty;