ErrorMutationState<T> constructor

ErrorMutationState<T>(
  1. Object error,
  2. StackTrace stack
)

Implementation

ErrorMutationState(this.error, this.stack);