AsyncError<T> constructor
const
AsyncError<T> (
- Object error,
- StackTrace stack, {
- T? previous,
Implementation
const AsyncError(this.error, this.stack, {this.previous});