LighthouseCategoryV5 constructor

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

Implementation

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