ConsentRequestParameters constructor

ConsentRequestParameters({
  1. bool tagForUnderAgeOfConsent = false,
  2. ConsentDebugSettings? debugSettings,
})

Creates parameters sent on updates to user consent info.

Implementation

ConsentRequestParameters({
  this.tagForUnderAgeOfConsent = false,
  this.debugSettings,
});