Parser constructor

Parser(
  1. Scanner scanner, {
  2. bool asDSX = false,
})

Implementation

Parser(this.scanner, {this.asDSX = false});