repoImpFilePath property

String get repoImpFilePath

Implementation

String get repoImpFilePath {
  final subPath = isMVVM ? "data/repositories" : "infrastructure/repo_imp";
  return '$mainPath/$category/$subPath/${category}_repo_imp.dart';
}