TsWord constructor

TsWord(
  1. String text, {
  2. List<TsWordPos>? positions,
})

Implementation

TsWord(this.text, {this.positions});