GenerateRequest constructor

const GenerateRequest(
  1. String generateLocation,
  2. String generateMode,
  3. String templateFileLocation,
  4. String templateFileName,
  5. Chain chain,
  6. bool log,
)

Implementation

const GenerateRequest(this.generateLocation, this.generateMode, this.templateFileLocation, this.templateFileName, this.chain, this.log);