isPending property

bool get isPending

Whether the mutation is actively executing in background.

Implementation

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