SpellCheckResults constructor

const SpellCheckResults(
  1. String spellCheckedText,
  2. List<SuggestionSpan> suggestionSpans
)

Creates results based off those received by spell checking some text input.

Implementation

const SpellCheckResults(this.spellCheckedText, this.suggestionSpans);