RendererFormattedStrings constructor

RendererFormattedStrings({
  1. String? auditGroupExpandTooltip,
  2. String? calculatorLink,
  3. String? crcInitialNavigation,
  4. String? crcLongestDurationLabel,
  5. String? dropdownCopyJSON,
  6. String? dropdownDarkTheme,
  7. String? dropdownPrintExpanded,
  8. String? dropdownPrintSummary,
  9. String? dropdownSaveGist,
  10. String? dropdownSaveHTML,
  11. String? dropdownSaveJSON,
  12. String? dropdownViewer,
  13. String? errorLabel,
  14. String? errorMissingAuditInfo,
  15. String? footerIssue,
  16. String? labDataTitle,
  17. String? lsPerformanceCategoryDescription,
  18. String? manualAuditsGroupTitle,
  19. String? notApplicableAuditsGroupTitle,
  20. String? opportunityResourceColumnLabel,
  21. String? opportunitySavingsColumnLabel,
  22. String? passedAuditsGroupTitle,
  23. String? runtimeDesktopEmulation,
  24. String? runtimeMobileEmulation,
  25. String? runtimeNoEmulation,
  26. String? runtimeSettingsAxeVersion,
  27. String? runtimeSettingsBenchmark,
  28. String? runtimeSettingsCPUThrottling,
  29. String? runtimeSettingsChannel,
  30. String? runtimeSettingsDevice,
  31. String? runtimeSettingsFetchTime,
  32. String? runtimeSettingsNetworkThrottling,
  33. String? runtimeSettingsTitle,
  34. String? runtimeSettingsUA,
  35. String? runtimeSettingsUANetwork,
  36. String? runtimeSettingsUrl,
  37. String? runtimeUnknown,
  38. String? scorescaleLabel,
  39. String? showRelevantAudits,
  40. String? snippetCollapseButtonLabel,
  41. String? snippetExpandButtonLabel,
  42. String? thirdPartyResourcesLabel,
  43. String? throttlingProvided,
  44. String? toplevelWarningsMessage,
  45. String? varianceDisclaimer,
  46. String? viewTreemapLabel,
  47. String? warningAuditsGroupTitle,
  48. String? warningHeader,
})

Implementation

RendererFormattedStrings({
  this.auditGroupExpandTooltip,
  this.calculatorLink,
  this.crcInitialNavigation,
  this.crcLongestDurationLabel,
  this.dropdownCopyJSON,
  this.dropdownDarkTheme,
  this.dropdownPrintExpanded,
  this.dropdownPrintSummary,
  this.dropdownSaveGist,
  this.dropdownSaveHTML,
  this.dropdownSaveJSON,
  this.dropdownViewer,
  this.errorLabel,
  this.errorMissingAuditInfo,
  this.footerIssue,
  this.labDataTitle,
  this.lsPerformanceCategoryDescription,
  this.manualAuditsGroupTitle,
  this.notApplicableAuditsGroupTitle,
  this.opportunityResourceColumnLabel,
  this.opportunitySavingsColumnLabel,
  this.passedAuditsGroupTitle,
  this.runtimeDesktopEmulation,
  this.runtimeMobileEmulation,
  this.runtimeNoEmulation,
  this.runtimeSettingsAxeVersion,
  this.runtimeSettingsBenchmark,
  this.runtimeSettingsCPUThrottling,
  this.runtimeSettingsChannel,
  this.runtimeSettingsDevice,
  this.runtimeSettingsFetchTime,
  this.runtimeSettingsNetworkThrottling,
  this.runtimeSettingsTitle,
  this.runtimeSettingsUA,
  this.runtimeSettingsUANetwork,
  this.runtimeSettingsUrl,
  this.runtimeUnknown,
  this.scorescaleLabel,
  this.showRelevantAudits,
  this.snippetCollapseButtonLabel,
  this.snippetExpandButtonLabel,
  this.thirdPartyResourcesLabel,
  this.throttlingProvided,
  this.toplevelWarningsMessage,
  this.varianceDisclaimer,
  this.viewTreemapLabel,
  this.warningAuditsGroupTitle,
  this.warningHeader,
});