GenerateRequest constructor

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

Implementation

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