isSuccess property
bool
get
isSuccess
Whether the mutation completed successfully.
Implementation
bool get isSuccess => this is MutationSuccess<TData, TError, TVariables>;
Whether the mutation completed successfully.
bool get isSuccess => this is MutationSuccess<TData, TError, TVariables>;