Rule constructor
Rule(
- dynamic name,
- dynamic symbols,
- dynamic postprocess
Implementation
Rule(this.name, this.symbols, this.postprocess);
Rule(this.name, this.symbols, this.postprocess);