toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'title': title,
'artists': artists,
'videoId': videoId,
'duration': duration,
'albumArt': albumArt,
'audioUrl': audioUrl,
'artistName': artistName,
};
}