isEmpty property

bool get isEmpty

Checks if the queue is empty.

Implementation

bool get isEmpty => _queue.isEmpty;