AsyncError<T> constructor
Null safety
- Object error,
- {StackTrace? stackTrace}
Creates an AsyncValue in error state.
The parameter error cannot be null
.
Implementation
const AsyncError(this.error, {this.stackTrace});