CmekConfig constructor

CmekConfig({
  1. String? kmsKey,
  2. String? name,
})

Implementation

CmekConfig({
  this.kmsKey,
  this.name,
});