GeneratorWrapper constructor

GeneratorWrapper(
  1. String xmlString,
  2. String inPath,
  3. String outPath
)

Implementation

GeneratorWrapper(this.xmlString, this.inPath, this.outPath);