menu
cosmos_epub package
documentation
Model/chapter_model.dart
LocalChapterModel
LocalChapterModel constructor
LocalChapterModel constructor
dark_mode
light_mode
LocalChapterModel
constructor
LocalChapterModel
(
{
required
String
chapter
,
required
bool
isSubChapter
,
})
Implementation
LocalChapterModel({required this.chapter, required this.isSubChapter});
cosmos_epub package
documentation
Model/chapter_model
LocalChapterModel
LocalChapterModel constructor
LocalChapterModel class