splashViewImport property
String
get
splashViewImport
Implementation
String get splashViewImport {
return isFeatureBased
? "import '../../features/splash/presentation/views/splash_view.dart';\n"
: "import '../../views/splash_view.dart';\n";
}