AsyncError<T> constructor
const
AsyncError<T> (
- Object error,
- StackTrace stackTrace, {
- AsyncData<
T> ? previous,
Creates an AsyncError state with the given error and stackTrace.
Implementation
const AsyncError(this.error, this.stackTrace, {this.previous});