TermCorrections constructor

TermCorrections(
  1. List<Correction>? corrections,
  2. double? score
)

Implementation

TermCorrections(this.corrections, this.score);