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