isError property
bool
get
isError
Whether the mutation failed with an error.
Implementation
bool get isError => status == MutationStatus.error;
Whether the mutation failed with an error.
bool get isError => status == MutationStatus.error;