CheckResult class

Result of evaluating one check.

Constructors

CheckResult({AllowlistResult? allowlistResult, String? displayName, EvaluationResult? evaluationResult, String? explanation, String? index, String? type})
CheckResult.fromJson(Map json_)

Properties

allowlistResult ↔ AllowlistResult?
If the image was exempted by an allow_pattern in the check, contains the pattern that the image name matched.
getter/setter pair
displayName ↔ String?
The name of the check.
getter/setter pair
evaluationResult ↔ EvaluationResult?
If a check was evaluated, contains the result of the check.
getter/setter pair
explanation ↔ String?
Explanation of this check result.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
index ↔ String?
The index of the check.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ String?
The type of the check.
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