ErrorMutationState<T> constructor

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

Creates an error state with the thrown error and stack.

Implementation

ErrorMutationState(this.error, this.stack);