AdaptiveMtSentence constructor

AdaptiveMtSentence({
  1. String? createTime,
  2. String? name,
  3. String? sourceSentence,
  4. String? targetSentence,
  5. String? updateTime,
})

Implementation

AdaptiveMtSentence({
  this.createTime,
  this.name,
  this.sourceSentence,
  this.targetSentence,
  this.updateTime,
});