SenseGlossary constructor

SenseGlossary(
  1. String text,
  2. String? lang,
  3. String? gType
)

Implementation

SenseGlossary(this.text, String? lang, String? gType,)
    : language = _language(lang,),
      type = gType != null ? _gType[gType] : null;