ServiceWorkerErrorMessage constructor
ServiceWorkerErrorMessage({})
Implementation
ServiceWorkerErrorMessage(
{required this.errorMessage,
required this.registrationId,
required this.versionId,
required this.sourceURL,
required this.lineNumber,
required this.columnNumber});