ContactInfo constructor
ContactInfo({})
Implementation
ContactInfo({
this.countryCode,
this.hashedEmails,
this.hashedFirstName,
this.hashedLastName,
this.hashedPhoneNumbers,
this.zipCodes,
});
ContactInfo({
this.countryCode,
this.hashedEmails,
this.hashedFirstName,
this.hashedLastName,
this.hashedPhoneNumbers,
this.zipCodes,
});