AppGenerator constructor

AppGenerator(
  1. String projectPath,
  2. ProjectConfig config
)

Creates a new AppGenerator.

Requires the projectPath and config for the project.

Implementation

AppGenerator(this.projectPath, this.config);