menu
elementary_cli package
documentation
generate/generate.dart
TemplateGeneratorCommand
templateNames property
templateNames property
dark_mode
light_mode
templateNames
property
List
<
String
>
get
templateNames
Implementation
List<String> get templateNames => templateToFilenameMap.keys.toList(growable: false);
elementary_cli package
documentation
generate/generate
TemplateGeneratorCommand
templateNames property
TemplateGeneratorCommand class