GlossaryTermsSet constructor

GlossaryTermsSet({
  1. List<GlossaryTerm>? terms,
})

Implementation

GlossaryTermsSet({
  this.terms,
});