isError property

bool get isError

Whether the mutation failed

Implementation

bool get isError => status.value == ZenMutationStatus.error;