Highlight constructor
Highlight({
- required int beginOffset,
- required int endOffset,
- bool? topAnswer,
- HighlightType? type,
Implementation
Highlight({
required this.beginOffset,
required this.endOffset,
this.topAnswer,
this.type,
});