homeViewTargetPath property
String
get
homeViewTargetPath
Implementation
String get homeViewTargetPath {
return isFeatureBased
? '$projectPath/lib/features/home/presentation/views/home_view.dart'
: '$projectPath/lib/views/home_view.dart';
}