isProcessing property
bool
get
isProcessing
Whether the job is currently processing.
Implementation
bool get isProcessing => status == 'PROCESSING';
Whether the job is currently processing.
bool get isProcessing => status == 'PROCESSING';