Categories class
The categories in a Lighthouse run.
Constructors
- Categories({LighthouseCategoryV5? accessibility, LighthouseCategoryV5? bestPractices, LighthouseCategoryV5? performance, LighthouseCategoryV5? pwa, LighthouseCategoryV5? seo})
- Categories.fromJson(Map json_)
Properties
- accessibility ↔ LighthouseCategoryV5?
- 
  The accessibility category, containing all accessibility related audits.
  getter/setter pair
- bestPractices ↔ LighthouseCategoryV5?
- 
  The best practices category, containing all best practices related audits.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- performance ↔ LighthouseCategoryV5?
- 
  The performance category, containing all performance related audits.
  getter/setter pair
- pwa ↔ LighthouseCategoryV5?
- 
  The Progressive-Web-App (PWA) category, containing all pwa related audits.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- seo ↔ LighthouseCategoryV5?
- 
  The Search-Engine-Optimization (SEO) category, containing all seo related
audits.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited