LighthouseResultV5 constructor

LighthouseResultV5({
  1. Map<String, LighthouseAuditResultV5>? audits,
  2. Categories? categories,
  3. Map<String, CategoryGroupV5>? categoryGroups,
  4. ConfigSettings? configSettings,
  5. List<LhrEntity>? entities,
  6. Environment? environment,
  7. String? fetchTime,
  8. String? finalDisplayedUrl,
  9. String? finalUrl,
  10. Object? fullPageScreenshot,
  11. I18n? i18n,
  12. String? lighthouseVersion,
  13. String? mainDocumentUrl,
  14. String? requestedUrl,
  15. List<Object?>? runWarnings,
  16. RuntimeError? runtimeError,
  17. List<StackPack>? stackPacks,
  18. Timing? timing,
  19. 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,
});