isEmpty property

bool get isEmpty

Indicates whether the queue is empty or processing.

Implementation

bool get isEmpty => _isEmpty;