isEmpty property

bool get isEmpty

Check if queue is empty

Implementation

bool get isEmpty => _queue.isEmpty;