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