templateToFilenameMap property

Map<String, String> templateToFilenameMap

Maps template names to target file name uses replaceAll('filename') method for getting real target file name Example 'model.dart.tp': 'filename_model.dart'

Implementation

Map<String, String> get templateToFilenameMap;