ParserGeneratorOptions constructor

ParserGeneratorOptions({
  1. InputType inputType = InputType.string,
  2. String name = 'Parser',
})

Implementation

ParserGeneratorOptions({
  this.inputType = InputType.string,
  this.name = 'Parser',
});