RelatedSong constructor
RelatedSong({})
Implementation
RelatedSong({
required this.title,
required this.artists,
required this.videoId,
this.duration,
this.albumArt,
this.audioUrl,
this.isOriginal = false,
});