LocalChapterModel constructor

LocalChapterModel({
  1. required String chapter,
  2. required bool isSubChapter,
})

Implementation

LocalChapterModel({required this.chapter, required this.isSubChapter});