TemplateFile constructor

TemplateFile(
  1. String? path,
  2. String? content
)

Implementation

TemplateFile(this.path, this.content);