ConsentRequestParameters constructor
ConsentRequestParameters({
- bool? tagForUnderAgeOfConsent,
- ConsentDebugSettings? consentDebugSettings,
Construct a ConsentRequestParameters.
Implementation
ConsentRequestParameters(
{this.tagForUnderAgeOfConsent, this.consentDebugSettings});