NiceSongEntry constructor
Implementation
const NiceSongEntry({
required this.id,
required this.title,
required this.artist,
this.albumArt,
this.duration,
this.votes = 0,
this.isQueued = false,
this.isPlaying = false,
this.addedByName,
});