CreateWorkflowCondition constructor
CreateWorkflowCondition({
- List<
CreateWorkflowCondition> ? conditions, - Map<
String, dynamic> ? configuration, - CreateWorkflowConditionOperator? operator$,
- String? type,
Implementation
CreateWorkflowCondition(
{List<CreateWorkflowCondition>? conditions,
this.configuration,
this.operator$,
this.type})
: conditions = conditions ?? [];