TermCorrections constructor
TermCorrections(
- List<
Correction> ? corrections, - double? score
Implementation
TermCorrections(this.corrections, this.score);
TermCorrections(this.corrections, this.score);