isError property

bool get isError

Whether the mutation resulted in an error.

Implementation

bool get isError => state.isError;