GDPRUserConsent constructor

const GDPRUserConsent({
  1. String? consentString,
  2. List<String>? acceptedVendors,
  3. List<String>? acceptedCategories,
  4. List<String>? legIntCategories,
  5. List<String>? specialFeatures,
})

Implementation

const GDPRUserConsent({
  this.consentString,
  this.acceptedVendors,
  this.acceptedCategories,
  this.legIntCategories,
  this.specialFeatures
});