SpellingCorrection constructor
SpellingCorrection(
- String? corrected,
- String? input,
- List<
TermCorrections> ? termCorrections
Implementation
SpellingCorrection(this.corrected, this.input, this.termCorrections);