AuditRefs class
A light reference to an audit by id, used to group and weight audits in a given category.
Constructors
Properties
- acronym ↔ String?
-
The conventional acronym for the audit/metric.
getter/setter pair
- group ↔ String?
-
The category group that the audit belongs to (optional).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The audit ref id.
getter/setter pair
-
relevantAudits
↔ List<
String> ? -
Any audit IDs closely relevant to this one.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight ↔ double?
-
The weight this audit's score has on the overall category score.
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