AutomationRuleCriteriaResourceTag constructor
const
AutomationRuleCriteriaResourceTag({})
Creates a new AutomationRuleCriteriaResourceTag.
comparison Required.
key The key of the map filter.
value Required.
Implementation
const AutomationRuleCriteriaResourceTag({
required this.comparison,
required this.key,
required this.value,
});