CreateHsmResponse constructor

CreateHsmResponse({
  1. Hsm? hsm,
})

Implementation

CreateHsmResponse({
  this.hsm,
});