ModifyRuleOutput constructor

ModifyRuleOutput({
  1. List<Rule>? rules,
})

Implementation

ModifyRuleOutput({
  this.rules,
});