AutomationRuleCondition constructor

AutomationRuleCondition({
  1. TargetsPresentCondition? targetsPresentCondition,
})

Implementation

AutomationRuleCondition({
  this.targetsPresentCondition,
});