ArtistSong constructor
ArtistSong({})
Implementation
ArtistSong({
required this.title,
required this.artists,
required this.videoId,
this.duration,
this.albumArt,
this.audioUrl,
required this.artistName,
});