YouTubeResult constructor
Creates a new YouTubeResult.
Implementation
YouTubeResult({
required this.artists,
required this.title,
required this.album,
required this.sDuration,
required this.srcUrl,
required this.dlUrl,
required this.source,
});