myGenreM property

Map<String, String> myGenreM
getter/setter pair

my music genres

Implementation

Map<String, String> myGenreM = {
  'Country': 'Hank Williams and old stuff',
  'Blues': 'All goes',
  'Classic': 'Old style',
  'Baroc': 'Germany, Italy'
};