Parser constructor

Parser(
  1. dynamic lang
)

Create new Parser.

Implementation

Parser(this.lang);