WorkflowRuleConfiguration class
The configuration of the rule.
Constructors
-
WorkflowRuleConfiguration({String? id, Map<
String, dynamic> ? parameters, required String ruleKey}) -
WorkflowRuleConfiguration.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the rule.
final
-
parameters
→ Map<
String, dynamic> ? -
The parameters related to the rule.
final
- ruleKey → String
-
The rule key of the rule.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, Map< String, dynamic> ? parameters, String? ruleKey}) → WorkflowRuleConfiguration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited