ConsentRequestParameters constructor

ConsentRequestParameters({
  1. bool? tagForUnderAgeOfConsent,
  2. ConsentDebugSettings? consentDebugSettings,
  3. String? consentSyncId,
})

Implementation

ConsentRequestParameters({
  this.tagForUnderAgeOfConsent,
  this.consentDebugSettings,
  this.consentSyncId,
});