Playlist constructor
Playlist({})
Implementation
Playlist({
required this.id,
required this.name,
required this.description,
required this.isPublic,
required this.isCollaborative,
required this.href,
required this.uri,
required this.spotifyUrl,
required this.trackCount,
required this.owner,
required this.images,
});