HmacKey constructor

HmacKey({
  1. String? kind,
  2. HmacKeyMetadata? metadata,
  3. String? secret,
})

Implementation

HmacKey({
  this.kind,
  this.metadata,
  this.secret,
});