LighthouseCategoryV5 constructor

LighthouseCategoryV5({
  1. List<AuditRefs>? auditRefs,
  2. String? categoryScoreDisplayMode,
  3. String? description,
  4. String? id,
  5. String? manualDescription,
  6. Object? score,
  7. String? title,
})

Implementation

LighthouseCategoryV5({
  this.auditRefs,
  this.categoryScoreDisplayMode,
  this.description,
  this.id,
  this.manualDescription,
  this.score,
  this.title,
});