SpellingCorrection constructor

SpellingCorrection(
  1. String? corrected,
  2. String? input,
  3. List<TermCorrections>? termCorrections
)

Implementation

SpellingCorrection(this.corrected, this.input, this.termCorrections);