AutomationRuleCriteriaWorkflowStatus constructor
const
AutomationRuleCriteriaWorkflowStatus({})
Creates a new AutomationRuleCriteriaWorkflowStatus.
comparison Required.
value Required.
Implementation
const AutomationRuleCriteriaWorkflowStatus({
required this.comparison,
required this.value,
});