isSuccess property
bool
get
isSuccess
Whether the mutation succeeded.
Implementation
bool get isSuccess => _status.value == MutationStatus.success;
Whether the mutation succeeded.
bool get isSuccess => _status.value == MutationStatus.success;