Categories constructor
Categories({
- LighthouseCategoryV5? accessibility,
- LighthouseCategoryV5? bestPractices,
- LighthouseCategoryV5? performance,
- LighthouseCategoryV5? pwa,
- LighthouseCategoryV5? seo,
Implementation
Categories({
this.accessibility,
this.bestPractices,
this.performance,
this.pwa,
this.seo,
});