DebugGrammar constructor
DebugGrammar({})
Implementation
DebugGrammar({
this.showAll = false,
this.showPath = false,
this.delay = Duration.zero,
super.main,
super.remove,
super.rules,
});
DebugGrammar({
this.showAll = false,
this.showPath = false,
this.delay = Duration.zero,
super.main,
super.remove,
super.rules,
});