CmekConfig constructor

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

Implementation

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