ImportTerminologyResponse constructor

ImportTerminologyResponse({
  1. TerminologyProperties? terminologyProperties,
})

Implementation

ImportTerminologyResponse({
  this.terminologyProperties,
});