music_genre constant

List<String> const music_genre

Implementation

static const List<String> music_genre = [
  "Soul", "Gospel", "Punk rock", "Electronic", "Hip-hop",
  "Alternative", "Reggae", "Jazz", "Instrument", "Country",
  "Hard rock", "Folk", "Acoustic", "EDM"
];