Spotify constructor

Spotify({
  1. SpotifyAlbum? album,
  2. List<SpotifyArtists>? artists,
  3. Track? track,
})

Implementation

Spotify({this.album, this.artists, this.track});