entityFilePath property

String get entityFilePath

Implementation

String get entityFilePath {
  return '$mainPath/$category/${ImportPath(
    isMVVM: isMVVM,
    actionName: routeName!,
  ).entityFilePath}';
}