isSuccess property

bool get isSuccess

Whether the mutation completed successfully (MutationStatus.success).

Implementation

bool get isSuccess => _status.value == MutationStatus.success;