music_category constant

List<String> const music_category

Implementation

static const List<String> music_category = [
  "Retro", "New Release", "Top Hits", "Featured", "Indie", "Memories"
];