CreateKeyResponse constructor

CreateKeyResponse({
  1. KeyMetadata? keyMetadata,
})

Implementation

CreateKeyResponse({
  this.keyMetadata,
});