WorkflowCompoundCondition constructor
WorkflowCompoundCondition({
- required List<
WorkflowCondition> conditions, - required String nodeType,
- required WorkflowCompoundConditionOperator operator$,
Implementation
WorkflowCompoundCondition(
{required this.conditions,
required this.nodeType,
required this.operator$});