PatchRuleGroup constructor

PatchRuleGroup({
  1. required List<PatchRule> patchRules,
})

Implementation

PatchRuleGroup({
  required this.patchRules,
});