isSuccess property
bool
get
isSuccess
Whether the mutation was successful
Implementation
bool get isSuccess => status.value == ZenMutationStatus.success;
Whether the mutation was successful
bool get isSuccess => status.value == ZenMutationStatus.success;