menu
jt_flutter_cli package
documentation
core/path/path_handler.dart
PathHandler
getModelPath method
getModelPath method
dark_mode
light_mode
getModelPath
method
String
getModelPath
(
{
required
String
featureName
,
})
Implementation
String getModelPath({ required String featureName, }) => "$kLibFeatures$featureName$kModelPath";
jt_flutter_cli package
documentation
core/path/path_handler
PathHandler
getModelPath method
PathHandler class