isError property
bool
get
isError
Whether the mutation resulted in an error.
Implementation
bool get isError => state.isError;
Whether the mutation resulted in an error.
bool get isError => state.isError;