Term constructor

Term({
  1. String? sourceText,
  2. String? targetText,
})

Implementation

Term({
  this.sourceText,
  this.targetText,
});