ExecutionResult class

Message describing the result of an execution

Constructors

ExecutionResult({String? documentationUrl, Resource? resource, String? rule, String? severity, ViolationDetails? violationDetails, String? violationMessage})
ExecutionResult.fromJson(Map json_)

Properties

documentationUrl String?
the document url of the rule
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resource Resource?
the violate resource
getter/setter pair
rule String?
the rule which violate in execution
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
severity of violation
getter/setter pair
violationDetails ViolationDetails?
the details of violation in result
getter/setter pair
violationMessage String?
the violation message of an execution
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