RuleResult class

Represents the result of a rule execution.

Constructors

RuleResult.new({required String ruleId, required bool isSuccess, required ActionResult actionResult})

Properties

actionResult ActionResult
The result of the action executed by the rule.
final
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
A flag indicating whether the rule was executed successfully without any error.
final
ruleId String
The unique identifier of the rule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited