SPConsentData constructor

SPConsentData(
  1. String consentGiven,
  2. String category,
  3. List<SPMobilePackage> subConsents
)

Implementation

SPConsentData(this.consentGiven, this.category, this.subConsents);