Categories constructor

Categories({
  1. LighthouseCategoryV5? accessibility,
  2. LighthouseCategoryV5? bestPractices,
  3. LighthouseCategoryV5? performance,
  4. LighthouseCategoryV5? pwa,
  5. LighthouseCategoryV5? seo,
})

Implementation

Categories({
  this.accessibility,
  this.bestPractices,
  this.performance,
  this.pwa,
  this.seo,
});