String makeImportPathProviders(String name, {String creationPath = ""}) => "import '/app/providers/${creationPath != "" ? "$creationPath/" : ""}${name}_provider.dart';";