SpellAnnotation constructor
const
SpellAnnotation({})
Implementation
const SpellAnnotation({
required this.nodeId,
required this.fragmentIndex,
required this.startOffset,
required this.endOffset,
required this.suggestions,
required this.misspelledWord,
});