FileGenerator constructor

FileGenerator(
  1. TemplateGenerator templateGenerator
)

Creates a new FileGenerator with the specified templateGenerator.

The templateGenerator is used to generate the actual content of files based on the configured state management pattern and other settings.

Implementation

FileGenerator(this.templateGenerator);