splashViewTargetPath property

String get splashViewTargetPath

Implementation

String get splashViewTargetPath {
  return isFeatureBased
      ? '$projectPath/lib/features/splash/presentation/views/splash_view.dart'
      : '$projectPath/lib/views/splash_view.dart';
}