AppliedTerminology constructor

AppliedTerminology({
  1. String? name,
  2. List<Term>? terms,
})

Implementation

AppliedTerminology({
  this.name,
  this.terms,
});