isError property
bool
get
isError
Whether the mutation failed with an error (MutationStatus.error).
Implementation
bool get isError => _status.value == MutationStatus.error;
Whether the mutation failed with an error (MutationStatus.error).
bool get isError => _status.value == MutationStatus.error;