LighthouseResultV5 constructor
LighthouseResultV5({
- Map<
String, LighthouseAuditResultV5> ? audits, - Categories? categories,
- Map<
String, CategoryGroupV5> ? categoryGroups, - ConfigSettings? configSettings,
- List<
LhrEntity> ? entities, - Environment? environment,
- String? fetchTime,
- String? finalDisplayedUrl,
- String? finalUrl,
- Object? fullPageScreenshot,
- I18n? i18n,
- String? lighthouseVersion,
- String? mainDocumentUrl,
- String? requestedUrl,
- List<
Object?> ? runWarnings, - RuntimeError? runtimeError,
- List<
StackPack> ? stackPacks, - Timing? timing,
- String? userAgent,
Implementation
LighthouseResultV5({
this.audits,
this.categories,
this.categoryGroups,
this.configSettings,
this.entities,
this.environment,
this.fetchTime,
this.finalDisplayedUrl,
this.finalUrl,
this.fullPageScreenshot,
this.i18n,
this.lighthouseVersion,
this.mainDocumentUrl,
this.requestedUrl,
this.runWarnings,
this.runtimeError,
this.stackPacks,
this.timing,
this.userAgent,
});