HighlightModel constructor
HighlightModel({})
Implementation
HighlightModel({
required this.id,
required this.bookId,
required this.chapterIndex,
required this.paragraphKey,
required this.startIndex,
required this.endIndex,
required this.selectedText,
required this.colorValue,
});