SpellingCorrection constructor

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

Implementation

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