isSuccess property
bool
get
isSuccess
Whether the mutation completed successfully.
Implementation
bool get isSuccess => status == MutationStatus.success;
Whether the mutation completed successfully.
bool get isSuccess => status == MutationStatus.success;