SimplifiedPlaylist constructor
SimplifiedPlaylist({})
Implementation
SimplifiedPlaylist({
required this.id,
required this.name,
required this.images,
required this.owner,
required this.public,
required this.snapshotId,
required this.totalTracks,
required this.collaborative,
required this.description,
});