ErrorMutationState<T> constructor
ErrorMutationState<T> (
- Object error,
- StackTrace stack
Implementation
ErrorMutationState(this.error, this.stack);
ErrorMutationState(this.error, this.stack);