CreateWorkflowCondition constructor

CreateWorkflowCondition({
  1. List<CreateWorkflowCondition>? conditions,
  2. Map<String, dynamic>? configuration,
  3. CreateWorkflowConditionOperator? operator$,
  4. String? type,
})

Implementation

CreateWorkflowCondition(
    {List<CreateWorkflowCondition>? conditions,
    this.configuration,
    this.operator$,
    this.type})
    : conditions = conditions ?? [];