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