myArtistM property

Map<String, String> myArtistM
getter/setter pair

my favorite artists Map

Implementation

Map<String, String> myArtistM = {
  'Joan Baez': 'https://en.wikipedia.org/wiki/Joan_Baez',
  'Donovan': 'https://en.wikipedia.org/wiki/Donovan',
  'Roy Orbison': 'https://en.wikipedia.org/wiki/Roy_Orbison',
  'Elton John': 'https://en.wikipedia.org/wiki/Elton_John',
  'Tamara Lund': 'https://fi.wikipedia.org/wiki/Tamara_Lund',
  'Konsta Jylhä': 'https://fi.wikipedia.org/wiki/Konsta_Jylh%C3%A4',
  'Luciano Pavarotti': 'https://en.wikipedia.org/wiki/Luciano_Pavarotti',
  'Lili-Babs': 'https://en.wikipedia.org/wiki/Lill-Babs',
};