isPending property

bool get isPending

Whether the mutation is actively in-flight (MutationStatus.pending).

Implementation

bool get isPending => _status.value == MutationStatus.pending;