terms property

List<GlossaryTerm>? terms
getter/setter pair

Each term in the set represents a term that can be replaced by the other terms.

Implementation

core.List<GlossaryTerm>? terms;