getSourceFilePath method
Implementation
String getSourceFilePath() {
return getGeneratedFilePath();
//if (generatedType == CodeFileGeneratedType.import) return getGeneratedFilePath();
//return pathUtils.relative(path, from: Utils.projectDirectory);
}