AutomationRuleCondition constructor

AutomationRuleCondition({
  1. TargetsPresentCondition? targetsPresentCondition,
  2. TimedPromoteReleaseCondition? timedPromoteReleaseCondition,
})

Implementation

AutomationRuleCondition({
  this.targetsPresentCondition,
  this.timedPromoteReleaseCondition,
});