TemplateFile constructor

TemplateFile(
  1. String path,
  2. String snippet
)

Implementation

TemplateFile(this.path, this.snippet);