modelFilePath property

String get modelFilePath

Implementation

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