makeImportPathEvent function

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

Implementation

String makeImportPathEvent(String name, {String creationPath = ""}) =>
    "import '/app/events/${creationPath != "" ? "$creationPath/" : ""}${name}_event.dart';";