RuleResult class

The rule results.

Constructors

RuleResult({List<String>? outcomes, String? ruleId})
RuleResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
outcomes List<String>?
The outcomes of the matched rule, based on the rule execution mode.
final
ruleId String?
The rule ID that was matched, based on the rule execution mode.
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.
inherited

Operators

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