SpotifyAlbum constructor

SpotifyAlbum({
  1. dynamic name,
  2. dynamic id,
})

Implementation

SpotifyAlbum({this.name, this.id});