SPConsentData constructor
SPConsentData(
- String consentGiven,
- String category,
- List<
SPMobilePackage> subConsents
Implementation
SPConsentData(this.consentGiven, this.category, this.subConsents);