Map<String, dynamic> toMap() { return { 'bookId': bookId, 'chapterId': chapterId, 'chapterNumber': chapterNumber, 'chapter': chapter, }; }