AsyncError<T> constructor

const AsyncError<T>(
  1. Object error,
  2. StackTrace stack, {
  3. T? previous,
})

Implementation

const AsyncError(this.error, this.stack, {this.previous});