ContactInfo constructor

ContactInfo({
  1. Iterable<ContactAddress>? address,
  2. Iterable<String>? email,
  3. Iterable<Blob>? icon,
  4. Iterable<String>? name,
  5. Iterable<String>? tel,
})

Implementation

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