buildMaps method

void buildMaps()

Implementation

void buildMaps() {
  myMusicClayM.addAll({
    'myMusic': myMusicM,
    'myInstruments': myInstrumentM,
    'myArtist': myArtistM,
    'myGenre': myGenreM,
    'musicGenre': musicGenreM
  });
}