BookData constructor
const
BookData({})
Implementation
const BookData({
required this.id,
required this.code,
required this.title,
required this.seqNum,
required this.published,
required this.locked,
this.imagePath,
this.description,
this.note,
});