LighthouseAuditResultV5 constructor

LighthouseAuditResultV5({
  1. String? description,
  2. Map<String, Object?>? details,
  3. String? displayValue,
  4. String? errorMessage,
  5. String? explanation,
  6. String? id,
  7. String? numericUnit,
  8. double? numericValue,
  9. Object? score,
  10. String? scoreDisplayMode,
  11. String? title,
  12. Object? warnings,
})

Implementation

LighthouseAuditResultV5({
  this.description,
  this.details,
  this.displayValue,
  this.errorMessage,
  this.explanation,
  this.id,
  this.numericUnit,
  this.numericValue,
  this.score,
  this.scoreDisplayMode,
  this.title,
  this.warnings,
});