$DecryptionMetadata constructor

$DecryptionMetadata({
  1. String? aes256GcmChunkSize,
  2. String? encryptionResourceKeyHash,
  3. String? jwt,
  4. String? kaclsId,
  5. String? kaclsName,
  6. String? keyFormat,
  7. String? wrappedKey,
})

Implementation

$DecryptionMetadata({
  this.aes256GcmChunkSize,
  this.encryptionResourceKeyHash,
  this.jwt,
  this.kaclsId,
  this.kaclsName,
  this.keyFormat,
  this.wrappedKey,
});