SubscribedRuleGroupSummary constructor

SubscribedRuleGroupSummary({
  1. required String metricName,
  2. required String name,
  3. required String ruleGroupId,
})

Implementation

SubscribedRuleGroupSummary({
  required this.metricName,
  required this.name,
  required this.ruleGroupId,
});