User constructor
User({})
Implementation
User({
required this.id,
required this.displayName,
this.email,
this.followers,
required this.spotifyUrl,
required this.images,
});
User({
required this.id,
required this.displayName,
this.email,
this.followers,
required this.spotifyUrl,
required this.images,
});