AlbumData constructor
const
AlbumData({})
Implementation
const AlbumData({
required this.id,
required this.code,
required this.name,
required this.nameInEnglish,
required this.seqNum,
required this.published,
required this.locked,
this.imagePath,
required this.publishedSongCount,
required this.totalSongCount,
this.description,
this.note,
});