CreateHITTypeResponse constructor

CreateHITTypeResponse({
  1. String? hITTypeId,
})

Implementation

CreateHITTypeResponse({
  this.hITTypeId,
});