GlossaryTermsPair constructor

GlossaryTermsPair({
  1. GlossaryTerm? sourceTerm,
  2. GlossaryTerm? targetTerm,
})

Implementation

GlossaryTermsPair({
  this.sourceTerm,
  this.targetTerm,
});