isError property
bool
get
isError
Whether the mutation failed
Implementation
bool get isError => status.value == ZenMutationStatus.error;
Whether the mutation failed
bool get isError => status.value == ZenMutationStatus.error;