createTKeyFileFromPath function
Implementation
String createTKeyFileFromPath(String masterFile, {bool save = false}) {
final map = openJson(masterFile);
_classCounter = 1;
return createTKeyFileFromMap(KeyMap.from(map), save: save);
}
String createTKeyFileFromPath(String masterFile, {bool save = false}) {
final map = openJson(masterFile);
_classCounter = 1;
return createTKeyFileFromMap(KeyMap.from(map), save: save);
}