DescribeKeyResponse constructor

DescribeKeyResponse({
  1. KeyMetadata? keyMetadata,
})

Implementation

DescribeKeyResponse({
  this.keyMetadata,
});