renderWorkingMusic function
void
renderWorkingMusic()
For play and exercise
Implementation
void renderWorkingMusic() {
MyMusic myMusic = MyMusic();
myMusic.myArtistM.forEach((k, v) => print('$k, $v'));
}
For play and exercise
void renderWorkingMusic() {
MyMusic myMusic = MyMusic();
myMusic.myArtistM.forEach((k, v) => print('$k, $v'));
}