isPending property
bool
get
isPending
Whether the mutation is actively executing in background.
Implementation
bool get isPending => _status.value == MutationStatus.pending;
Whether the mutation is actively executing in background.
bool get isPending => _status.value == MutationStatus.pending;