ConditionGroupConfiguration class
The conditions group associated with the transition.
Constructors
-
ConditionGroupConfiguration({List<
ConditionGroupConfiguration> ? conditionGroups, List<WorkflowRuleConfiguration> ? conditions, ConditionGroupConfigurationOperation? operation}) -
ConditionGroupConfiguration.fromJson(Map<
String, Object?> json) -
factory
Properties
-
conditionGroups
→ List<
ConditionGroupConfiguration> -
The nested conditions of the condition group.
final
-
conditions
→ List<
WorkflowRuleConfiguration> -
The rules for this condition.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation → ConditionGroupConfigurationOperation?
-
Determines how the conditions in the group are evaluated. Accepts either
ANYorALL. IfANYis used, at least one condition in the group must be true for the group to evaluate to true. IfALLis used, all conditions in the group must be true for the group to evaluate to true.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< ConditionGroupConfiguration> ? conditionGroups, List<WorkflowRuleConfiguration> ? conditions, ConditionGroupConfigurationOperation? operation}) → ConditionGroupConfiguration -
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