ParserConfig constructor

ParserConfig({
  1. bool explicitEndOfStatement = false,
})

Implementation

ParserConfig({
  this.explicitEndOfStatement = false,
});