AsyncError<T> constructor
const
AsyncError<T> (
- Object error,
- StackTrace stackTrace
State for an AsyncState with an error
Implementation
const AsyncError(this.error, this.stackTrace);