SpellingCorrection constructor

SpellingCorrection({
  1. bool? corrected,
  2. String? correctedHtml,
  3. String? correctedText,
})

Implementation

SpellingCorrection({
  this.corrected,
  this.correctedHtml,
  this.correctedText,
});