error property
TError?
get
error
The error returned by the mutation, if any.
Implementation
TError? get error => state.error;
The error returned by the mutation, if any.
TError? get error => state.error;