toJson method

Map<String, dynamic> toJson()

Implementation

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