providerFilePath property

String get providerFilePath

Implementation

String get providerFilePath {
  final subPath = isMVVM ? "viewmodels" : "presentation/state/provider";
  final nameComplement = isMVVM ? "view_model" : "provider";
  return '$mainPath/$category/$subPath/${category}_$nameComplement.dart';
}