KeyHandle constructor

KeyHandle({
  1. String? kmsKey,
  2. String? name,
  3. String? resourceTypeSelector,
})

Implementation

KeyHandle({
  this.kmsKey,
  this.name,
  this.resourceTypeSelector,
});