templates property
Implementation
ListBuilder<TemplateFileCreator> get templates => _$this._templates ??= ListBuilder<TemplateFileCreator>();
Implementation
set templates(covariant ListBuilder<TemplateFileCreator>? templates) => _$this._templates = templates;