isEmpty property
bool
get
isEmpty
Indicates whether the queue is empty or processing.
Implementation
bool get isEmpty => _isEmpty;
Indicates whether the queue is empty or processing.
bool get isEmpty => _isEmpty;