TagConsentSetting constructor

TagConsentSetting({
  1. String? consentStatus,
  2. Parameter? consentType,
})

Implementation

TagConsentSetting({
  this.consentStatus,
  this.consentType,
});