CustomRule constructor

CustomRule({
  1. String? name,
  2. int? priority,
  3. List<RuleBlock>? ruleBlocks,
})

Implementation

CustomRule({this.name, this.priority, this.ruleBlocks});