WorkflowCompoundCondition constructor

WorkflowCompoundCondition({
  1. required List<WorkflowCondition> conditions,
  2. required String nodeType,
  3. required WorkflowCompoundConditionOperator operator$,
})

Implementation

WorkflowCompoundCondition(
    {required this.conditions,
    required this.nodeType,
    required this.operator$});