ContactInfoList constructor

ContactInfoList({
  1. Consent? consent,
  2. List<ContactInfo>? contactInfos,
})

Implementation

ContactInfoList({this.consent, this.contactInfos});