pathToTemplate property Null safety

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

path to the dcli template directory.

Implementation

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