makeImportPathConfigs function

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

Implementation

String makeImportPathConfigs(String name, {String creationPath = ""}) =>
    "import '/config/${creationPath != "" ? creationPath + "/" : ""}$name.dart';";