isPending property

bool get isPending

Whether the batch is still pending initial processing.

Implementation

bool get isPending => status?.toLowerCase() == 'pending';