isPending property
bool
get
isPending
Whether the job is pending (waiting to start).
Implementation
bool get isPending => status == 'PENDING';
Whether the job is pending (waiting to start).
bool get isPending => status == 'PENDING';