pathToTemplate property

  1. @Deprecated('Use pathToTemplateScript or pathToTemplateProject')
String pathToTemplate

path to the dcli template directory.

Implementation

@Deprecated('Use pathToTemplateScript or pathToTemplateProject')
String get pathToTemplate => p.join(pathToDCli, templateDir);