isSuccess property

bool get isSuccess

Whether the mutation completed successfully.

Implementation

bool get isSuccess => status == MutationStatus.success;