LessonData constructor
const
LessonData({})
Implementation
const LessonData({
required this.id,
required this.title,
required this.titleInEnglish,
required this.seqNum,
required this.locked,
required this.published,
this.publishDate,
this.imagePath,
required this.bookId,
this.description,
this.note,
});