TemplateGenerator constructor
TemplateGenerator(
- ConfigModel config
Creates a new TemplateGenerator with the specified configuration.
config - The configuration model that controls code generation behavior.
Implementation
TemplateGenerator(this.config);