SongData constructor
const
SongData({})
Implementation
const SongData({
required this.id,
required this.name,
required this.locked,
required this.published,
this.imagePath,
this.description,
this.note,
this.youtubeCode,
this.youtubeVideoInfo,
required this.albumId,
});