TemplateGenerator constructor

TemplateGenerator(
  1. ConfigModel config
)

Creates a new TemplateGenerator with the specified configuration.

config - The configuration model that controls code generation behavior.

Implementation

TemplateGenerator(this.config);