UserReadingData

constructor(id: String, lastReadTime: LocalDateTime? = null, totalReadTime: Int = 0, readingProgress: Float = 0.0f, lastReadChapterId: String? = null, lastReadChapterTitle: String? = null, currentChapterReadingProgressMap: Map<String, Float> = mapOf(), maxChapterReadingProgressMap: Map<String, Float> = mapOf())