stateFilePath property

String get stateFilePath

Implementation

String get stateFilePath {
  return '$mainPath/$category/presentation/state/bloc/${category}_state.dart';
}