BookProgressModel constructor

BookProgressModel({
  1. int? currentChapterIndex,
  2. int? currentPageIndex,
  3. String? bookId,
})

Implementation

BookProgressModel({this.currentChapterIndex, this.currentPageIndex, this.bookId});