ParserConfig constructor
ParserConfig({
- bool explicitEndOfStatement = false,
Implementation
ParserConfig({
this.explicitEndOfStatement = false,
});
ParserConfig({
this.explicitEndOfStatement = false,
});