BaseAsyncError<T> constructor
const
BaseAsyncError<T> ({
- required Object error,
- StackTrace? stackTrace,
Creates a BaseAsyncError with the given error and optional stackTrace.
Implementation
const BaseAsyncError({required this.error, this.stackTrace});