templatePath property

List<String> get templatePath

Implementation

List<String> get templatePath {
  final result = templateFolder.toList();
  result.add(templateFileId);
  return result;
}