AppGenerator constructor
AppGenerator(
- String projectPath,
- ProjectConfig config
Creates a new AppGenerator.
Requires the projectPath and config for the project.
Implementation
AppGenerator(this.projectPath, this.config);