Words constructor

Words({
  1. int? beginTime,
  2. int? endTime,
  3. Scores? scores,
  4. String? word,
})

Implementation

Words({this.beginTime, this.endTime, this.scores, this.word});