IatResult constructor
IatResult({})
Implementation
IatResult({
required this.sentence,
required this.lastSentence,
required this.begin,
required this.end,
required this.words,
this.pgs,
this.rg,
});
IatResult({
required this.sentence,
required this.lastSentence,
required this.begin,
required this.end,
required this.words,
this.pgs,
this.rg,
});