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