toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'audio': audio?.toJson(),
'album_cover_thumbnail': albumCoverThumbnail?.toJson(),
'duration': duration,
'title': title,
'performer': performer,
'@type': constructor,
};