ReadingProgress constructor
ReadingProgress({})
Implementation
ReadingProgress({
required this.itemId,
required this.itemName,
this.itemImgUrl = '',
this.itemOwnerName = '',
this.maxPageReached = 0,
this.totalPages = 0,
this.sessionCount = 0,
this.totalReadingTime = 0,
this.totalPagesRead = 0,
this.pagesViewed = const {},
this.lastReadTime = 0,
});