WebResourceError constructor
const
WebResourceError({
- required int errorCode,
- required String description,
- WebResourceErrorType? errorType,
- bool? isForMainFrame,
- String? url,
Used by the platform implementation to create a new WebResourceError.
Implementation
const WebResourceError({
required this.errorCode,
required this.description,
this.errorType,
this.isForMainFrame,
this.url,
});