GlossaryTermsPair constructor
GlossaryTermsPair({
- GlossaryTerm? sourceTerm,
- GlossaryTerm? targetTerm,
Implementation
GlossaryTermsPair({
this.sourceTerm,
this.targetTerm,
});