AsyncError<T> constructor
const
AsyncError<T> (
- Object error,
- StackTrace stack, {
- T? previous,
Creates an error value with its stack trace and optional previous data.
Implementation
const AsyncError(this.error, this.stack, {this.previous});