RuleGroup constructor

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

Implementation

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