isProcessing property
bool
get
isProcessing
Whether the queue is currently being drained.
Implementation
bool get isProcessing => _isProcessing;
Whether the queue is currently being drained.
bool get isProcessing => _isProcessing;