TemplateCopier.withPath constructor
TemplateCopier.withPath(
- SetupConfig config,
- String templatesBasePath
Create a TemplateCopier with a known templates path (for testing)
Implementation
TemplateCopier.withPath(this.config, this.templatesBasePath) {
_replacer = PlaceholderReplacer(config);
}