KeyVersionSpec constructor

KeyVersionSpec({
  1. String? algorithm,
  2. String? cloudKmsKeyVersion,
})

Implementation

KeyVersionSpec({
  this.algorithm,
  this.cloudKmsKeyVersion,
});