GlossaryTerm constructor

GlossaryTerm({
  1. String? languageCode,
  2. String? text,
})

Implementation

GlossaryTerm({
  this.languageCode,
  this.text,
});