RuleSummary constructor

RuleSummary({
  1. required String name,
  2. required String ruleId,
})

Implementation

RuleSummary({
  required this.name,
  required this.ruleId,
});