WebsiteFetchFailedException constructor
WebsiteFetchFailedException({
- String message = 'Could not fetch website',
- Object? origin,
- StackTrace? stackTrace,
Implementation
WebsiteFetchFailedException({
String message = 'Could not fetch website',
Object? origin,
StackTrace? stackTrace,
}) : super(message: message, origin: origin, stackTrace: stackTrace ?? StackTrace.current);