TemplateLocation constructor

TemplateLocation(
  1. ImportedModule module,
  2. String path,
  3. File file
)

Implementation

TemplateLocation(this.module, this.path, this.file);