RuleGroupSummary constructor

RuleGroupSummary({
  1. required String name,
  2. required String ruleGroupId,
})

Implementation

RuleGroupSummary({
  required this.name,
  required this.ruleGroupId,
});