ExcludedRule constructor

ExcludedRule({
  1. required String ruleId,
})

Implementation

ExcludedRule({
  required this.ruleId,
});