LighthouseCategoryV5 class

A Lighthouse category.

Constructors

LighthouseCategoryV5({List<AuditRefs>? auditRefs, String? description, String? id, String? manualDescription, Object? score, String? title})
LighthouseCategoryV5.fromJson(Map json_)

Properties

auditRefs List<AuditRefs>?
An array of references to all the audit members of this category.
getter/setter pair
description String?
A more detailed description of the category and its importance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The string identifier of the category.
getter/setter pair
manualDescription String?
A description for the manual audits in the category.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score Object?
The overall score of the category, the weighted average of all its audits.
getter/setter pair
title String?
The human-friendly name of the category.
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