queueIsEmpty property

bool queueIsEmpty

True if the queue is empty.

Implementation

bool get queueIsEmpty => _queue.isEmpty;