RendererFormattedStrings constructor
RendererFormattedStrings({
- String? auditGroupExpandTooltip,
- String? calculatorLink,
- String? crcLongestDurationLabel,
- String? dropdownCopyJSON,
- String? dropdownDarkTheme,
- String? dropdownPrintExpanded,
- String? dropdownPrintSummary,
- String? dropdownSaveGist,
- String? dropdownSaveHTML,
- String? dropdownSaveJSON,
- String? dropdownViewer,
- String? errorLabel,
- String? errorMissingAuditInfo,
- String? labDataTitle,
- String? lsPerformanceCategoryDescription,
- String? manualAuditsGroupTitle,
- String? notApplicableAuditsGroupTitle,
- String? opportunityResourceColumnLabel,
- String? opportunitySavingsColumnLabel,
- String? passedAuditsGroupTitle,
- String? runtimeDesktopEmulation,
- String? runtimeMobileEmulation,
- String? runtimeNoEmulation,
- String? runtimeSettingsAxeVersion,
- String? runtimeSettingsBenchmark,
- String? runtimeSettingsCPUThrottling,
- String? runtimeSettingsChannel,
- String? runtimeSettingsDevice,
- String? runtimeSettingsFetchTime,
- String? runtimeSettingsNetworkThrottling,
- String? runtimeSettingsTitle,
- String? runtimeSettingsUA,
- String? runtimeSettingsUANetwork,
- String? runtimeSettingsUrl,
- String? runtimeUnknown,
- String? scorescaleLabel,
- String? showRelevantAudits,
- String? snippetCollapseButtonLabel,
- String? snippetExpandButtonLabel,
- String? thirdPartyResourcesLabel,
- String? throttlingProvided,
- String? toplevelWarningsMessage,
- String? varianceDisclaimer,
- String? viewTreemapLabel,
- String? warningAuditsGroupTitle,
- 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,
});