GrammarCompilerOptions constructor

const GrammarCompilerOptions({
  1. bool debug = false,
  2. bool predict = true,
})

Implementation

const GrammarCompilerOptions({this.debug = false, this.predict = true});