isSuccess property

bool get isSuccess

Whether the mutation was successful

Implementation

bool get isSuccess => status.value == ZenMutationStatus.success;