AutomationRuleCondition constructor
AutomationRuleCondition({
- TargetsPresentCondition? targetsPresentCondition,
- TimedPromoteReleaseCondition? timedPromoteReleaseCondition,
Implementation
AutomationRuleCondition({
this.targetsPresentCondition,
this.timedPromoteReleaseCondition,
});