isPending property
bool
get
isPending
Whether the batch is still pending initial processing.
Implementation
bool get isPending => status?.toLowerCase() == 'pending';
Whether the batch is still pending initial processing.
bool get isPending => status?.toLowerCase() == 'pending';