ConsentStore constructor

ConsentStore({
  1. String? defaultConsentTtl,
  2. bool? enableConsentCreateOnUpdate,
  3. Map<String, String>? labels,
  4. String? name,
})

Implementation

ConsentStore({
  this.defaultConsentTtl,
  this.enableConsentCreateOnUpdate,
  this.labels,
  this.name,
});