makeImportPathApiService function

String makeImportPathApiService(
  1. String name, {
  2. String creationPath = "",
})

Implementation

String makeImportPathApiService(String name, {String creationPath = ""}) =>
    "import '/app/networking/${creationPath != "" ? creationPath + "/" : ""}${name}_api_service.dart';";