toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final auditGroupExpandTooltip = this.auditGroupExpandTooltip;
final calculatorLink = this.calculatorLink;
final crcInitialNavigation = this.crcInitialNavigation;
final crcLongestDurationLabel = this.crcLongestDurationLabel;
final dropdownCopyJSON = this.dropdownCopyJSON;
final dropdownDarkTheme = this.dropdownDarkTheme;
final dropdownPrintExpanded = this.dropdownPrintExpanded;
final dropdownPrintSummary = this.dropdownPrintSummary;
final dropdownSaveGist = this.dropdownSaveGist;
final dropdownSaveHTML = this.dropdownSaveHTML;
final dropdownSaveJSON = this.dropdownSaveJSON;
final dropdownViewer = this.dropdownViewer;
final errorLabel = this.errorLabel;
final errorMissingAuditInfo = this.errorMissingAuditInfo;
final footerIssue = this.footerIssue;
final labDataTitle = this.labDataTitle;
final lsPerformanceCategoryDescription =
this.lsPerformanceCategoryDescription;
final manualAuditsGroupTitle = this.manualAuditsGroupTitle;
final notApplicableAuditsGroupTitle = this.notApplicableAuditsGroupTitle;
final opportunityResourceColumnLabel = this.opportunityResourceColumnLabel;
final opportunitySavingsColumnLabel = this.opportunitySavingsColumnLabel;
final passedAuditsGroupTitle = this.passedAuditsGroupTitle;
final runtimeDesktopEmulation = this.runtimeDesktopEmulation;
final runtimeMobileEmulation = this.runtimeMobileEmulation;
final runtimeNoEmulation = this.runtimeNoEmulation;
final runtimeSettingsAxeVersion = this.runtimeSettingsAxeVersion;
final runtimeSettingsBenchmark = this.runtimeSettingsBenchmark;
final runtimeSettingsCPUThrottling = this.runtimeSettingsCPUThrottling;
final runtimeSettingsChannel = this.runtimeSettingsChannel;
final runtimeSettingsDevice = this.runtimeSettingsDevice;
final runtimeSettingsFetchTime = this.runtimeSettingsFetchTime;
final runtimeSettingsNetworkThrottling =
this.runtimeSettingsNetworkThrottling;
final runtimeSettingsTitle = this.runtimeSettingsTitle;
final runtimeSettingsUA = this.runtimeSettingsUA;
final runtimeSettingsUANetwork = this.runtimeSettingsUANetwork;
final runtimeSettingsUrl = this.runtimeSettingsUrl;
final runtimeUnknown = this.runtimeUnknown;
final scorescaleLabel = this.scorescaleLabel;
final showRelevantAudits = this.showRelevantAudits;
final snippetCollapseButtonLabel = this.snippetCollapseButtonLabel;
final snippetExpandButtonLabel = this.snippetExpandButtonLabel;
final thirdPartyResourcesLabel = this.thirdPartyResourcesLabel;
final throttlingProvided = this.throttlingProvided;
final toplevelWarningsMessage = this.toplevelWarningsMessage;
final varianceDisclaimer = this.varianceDisclaimer;
final viewTreemapLabel = this.viewTreemapLabel;
final warningAuditsGroupTitle = this.warningAuditsGroupTitle;
final warningHeader = this.warningHeader;
return {
'auditGroupExpandTooltip': ?auditGroupExpandTooltip,
'calculatorLink': ?calculatorLink,
'crcInitialNavigation': ?crcInitialNavigation,
'crcLongestDurationLabel': ?crcLongestDurationLabel,
'dropdownCopyJSON': ?dropdownCopyJSON,
'dropdownDarkTheme': ?dropdownDarkTheme,
'dropdownPrintExpanded': ?dropdownPrintExpanded,
'dropdownPrintSummary': ?dropdownPrintSummary,
'dropdownSaveGist': ?dropdownSaveGist,
'dropdownSaveHTML': ?dropdownSaveHTML,
'dropdownSaveJSON': ?dropdownSaveJSON,
'dropdownViewer': ?dropdownViewer,
'errorLabel': ?errorLabel,
'errorMissingAuditInfo': ?errorMissingAuditInfo,
'footerIssue': ?footerIssue,
'labDataTitle': ?labDataTitle,
'lsPerformanceCategoryDescription': ?lsPerformanceCategoryDescription,
'manualAuditsGroupTitle': ?manualAuditsGroupTitle,
'notApplicableAuditsGroupTitle': ?notApplicableAuditsGroupTitle,
'opportunityResourceColumnLabel': ?opportunityResourceColumnLabel,
'opportunitySavingsColumnLabel': ?opportunitySavingsColumnLabel,
'passedAuditsGroupTitle': ?passedAuditsGroupTitle,
'runtimeDesktopEmulation': ?runtimeDesktopEmulation,
'runtimeMobileEmulation': ?runtimeMobileEmulation,
'runtimeNoEmulation': ?runtimeNoEmulation,
'runtimeSettingsAxeVersion': ?runtimeSettingsAxeVersion,
'runtimeSettingsBenchmark': ?runtimeSettingsBenchmark,
'runtimeSettingsCPUThrottling': ?runtimeSettingsCPUThrottling,
'runtimeSettingsChannel': ?runtimeSettingsChannel,
'runtimeSettingsDevice': ?runtimeSettingsDevice,
'runtimeSettingsFetchTime': ?runtimeSettingsFetchTime,
'runtimeSettingsNetworkThrottling': ?runtimeSettingsNetworkThrottling,
'runtimeSettingsTitle': ?runtimeSettingsTitle,
'runtimeSettingsUA': ?runtimeSettingsUA,
'runtimeSettingsUANetwork': ?runtimeSettingsUANetwork,
'runtimeSettingsUrl': ?runtimeSettingsUrl,
'runtimeUnknown': ?runtimeUnknown,
'scorescaleLabel': ?scorescaleLabel,
'showRelevantAudits': ?showRelevantAudits,
'snippetCollapseButtonLabel': ?snippetCollapseButtonLabel,
'snippetExpandButtonLabel': ?snippetExpandButtonLabel,
'thirdPartyResourcesLabel': ?thirdPartyResourcesLabel,
'throttlingProvided': ?throttlingProvided,
'toplevelWarningsMessage': ?toplevelWarningsMessage,
'varianceDisclaimer': ?varianceDisclaimer,
'viewTreemapLabel': ?viewTreemapLabel,
'warningAuditsGroupTitle': ?warningAuditsGroupTitle,
'warningHeader': ?warningHeader,
};
}