ContactInfo constructor
ContactInfo({})
Implementation
ContactInfo({
this.contactEmail,
this.dataProtectionOfficerEmail,
this.dataProtectionOfficerName,
this.dataProtectionOfficerPhone,
this.euRepresentativeEmail,
this.euRepresentativeName,
this.euRepresentativePhone,
});