getModelPath method

String getModelPath(
  1. {required String featureName}
)

Implementation

String getModelPath({
  required String featureName,
}) =>
    "$kLibFeatures$featureName$kModelPath";