SpotifyArtists constructor

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

Implementation

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