Config constructor

Config({
  1. String? cmekKeyName,
  2. String? location,
})

Implementation

Config({
  this.cmekKeyName,
  this.location,
});