getLottiPath function

String getLottiPath(
  1. String img
)

Implementation

String getLottiPath(String img) {
  return "assets/lottery/$img";
}