ContactInfo constructor
ContactInfo({})
Implementation
external factory ContactInfo(
{Iterable<ContactAddress>? address,
Iterable<String>? email,
Iterable<Blob>? icon,
Iterable<String>? name,
Iterable<String>? tel});