Words constructor

Words(
  1. int begin,
  2. List<ChineseWord> chineseWords
)

Implementation

Words(this.begin, this.chineseWords);