remoteFilePath property

String get remoteFilePath

Implementation

String get remoteFilePath {
  final subPath = isMVVM ? "data" : "infrastructure/datasource";
  return '$mainPath/$category/$subPath/remote/${category}_remote.dart';
}