ContactInfoList constructor

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

Implementation

ContactInfoList({
  this.contactInfos,
});