AsyncError<T> constructor
const
AsyncError<T> (
- Object error, [
- StackTrace? stackTrace
Implementation
const AsyncError(this.error, [this.stackTrace]);
const AsyncError(this.error, [this.stackTrace]);