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