ValidationCheckResult class

ValidationCheckResult defines the details about the validation check.

Constructors

ValidationCheckResult({String? category, String? description, String? details, String? reason, String? state})
ValidationCheckResult.fromJson(Map json_)

Properties

category String?
The category of the validation.
getter/setter pair
description String?
The description of the validation check.
getter/setter pair
details String?
Detailed failure information, which might be unformatted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reason String?
A human-readable message of the check failure.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The validation check state. Possible string values are:
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