GlossaryEntry constructor
GlossaryEntry({
- String? description,
- String? name,
- GlossaryTermsPair? termsPair,
- GlossaryTermsSet? termsSet,
Implementation
GlossaryEntry({this.description, this.name, this.termsPair, this.termsSet});