makeImportPathProviders function

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

Implementation

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