CustomerData constructor
CustomerData({})
Implementation
CustomerData(
{this.customerId,
this.collectionTemplateId,
this.consentSource,
this.geolocation,
this.continent,
this.subjectIdentityId,
this.subjectIdentityValue,
this.subjectIdentityName,
this.verificationKey,
this.piiData,
this.consentStatus});