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