isSuccess property

bool get isSuccess

Whether the mutation has completed successfully.

This is equivalent to checking if the mutation state is MutationSuccess.

Implementation

bool get isSuccess => this is MutationSuccess<ResultT>;