ContactInfoList constructor
ContactInfoList({
- Consent? consent,
- List<
ContactInfo> ? contactInfos,
Implementation
ContactInfoList({
this.consent,
this.contactInfos,
});