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