Artist constructor
Artist({})
Implementation
Artist({
required this.id,
required this.name,
this.genres,
required this.popularity,
required this.followers,
required this.spotifyUrl,
this.href,
this.type,
this.uri,
required this.images,
});