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