FullContact constructor

FullContact(
  1. List<InstantMessenger> instantMessengers,
  2. List<EmailAddress> emails,
  3. List<PhoneNumber> phones,
  4. List<Address> addresses,
  5. StructuredName? name,
  6. Photo? photo,
  7. String? note,
  8. String? company,
  9. String? sip,
  10. List<Relation> relations,
  11. List<CustomField> customFields,
)

Implementation

FullContact(
    this.instantMessengers,
    this.emails,
    this.phones,
    this.addresses,
    this.name,
    this.photo,
    this.note,
    this.company,
    this.sip,
    this.relations,
    this.customFields);