LoadingFailedEvent constructor
LoadingFailedEvent({
- required RequestId requestId,
- required MonotonicTime timestamp,
- required ResourceType type,
- required String errorText,
- bool? canceled,
- BlockedReason? blockedReason,
- CorsErrorStatus? corsErrorStatus,
Implementation
LoadingFailedEvent(
{required this.requestId,
required this.timestamp,
required this.type,
required this.errorText,
this.canceled,
this.blockedReason,
this.corsErrorStatus});