isPending property
bool
get
isPending
Whether the mutation is actively in-flight (MutationStatus.pending).
Implementation
bool get isPending => _status.value == MutationStatus.pending;
Whether the mutation is actively in-flight (MutationStatus.pending).
bool get isPending => _status.value == MutationStatus.pending;