MutationError constructor
MutationError(
- String message, {
- Object? originalError,
- StackTrace? originalStackTrace,
- dynamic variables,
Implementation
MutationError(
this.message, {
this.originalError,
this.originalStackTrace,
this.variables,
});