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