WorkflowCompoundCondition class
A compound workflow transition rule condition. This object returns
nodeType
as compound
.
Constructors
-
WorkflowCompoundCondition({required List<
WorkflowCondition> conditions, required String nodeType, required WorkflowCompoundConditionOperator operator$}) -
WorkflowCompoundCondition.fromJson(Map<
String, Object?> json) -
factory
Properties
-
conditions
→ List<
WorkflowCondition> -
The list of workflow conditions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nodeType → String
-
final
- operator$ → WorkflowCompoundConditionOperator
-
The compound condition operator.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< WorkflowCondition> ? conditions, String? nodeType, WorkflowCompoundConditionOperator? operator$}) → WorkflowCompoundCondition -
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