Contact constructor

Contact({
  1. String? assistantName,
  2. DateTime? birthday,
  3. Address? businessAddress,
  4. String? businessHomePage,
  5. List<String>? businessPhones,
  6. List<String>? categories,
  7. String? changeKey,
  8. List<String>? children,
  9. String? companyName,
  10. DateTime? createdDateTime,
  11. String? department,
  12. String? displayName,
  13. List<EmailAddress>? emailAddresses,
  14. String? fileAs,
  15. String? generation,
  16. String? givenName,
  17. Address? homeAddress,
  18. List<String>? homePhones,
  19. String? id,
  20. List<String>? imAddresses,
  21. String? initials,
  22. String? jobTitle,
  23. DateTime? lastModifiedDateTime,
  24. String? manager,
  25. String? middleName,
  26. String? mobilePhone,
  27. String? nickName,
  28. String? officeLocation,
  29. Address? otherAddress,
  30. String? parentFolderId,
  31. String? personalNotes,
  32. String? profession,
  33. String? spouseName,
  34. String? surname,
  35. String? title,
  36. String? yomiCompanyName,
  37. String? yomiGivenName,
  38. String? yomiSurname,
})

Implementation

Contact({
  this.assistantName,
  this.birthday,
  this.businessAddress,
  this.businessHomePage,
  this.businessPhones,
  this.categories,
  this.changeKey,
  this.children,
  this.companyName,
  this.createdDateTime,
  this.department,
  this.displayName,
  this.emailAddresses,
  this.fileAs,
  this.generation,
  this.givenName,
  this.homeAddress,
  this.homePhones,
  this.id,
  this.imAddresses,
  this.initials,
  this.jobTitle,
  this.lastModifiedDateTime,
  this.manager,
  this.middleName,
  this.mobilePhone,
  this.nickName,
  this.officeLocation,
  this.otherAddress,
  this.parentFolderId,
  this.personalNotes,
  this.profession,
  this.spouseName,
  this.surname,
  this.title,
  this.yomiCompanyName,
  this.yomiGivenName,
  this.yomiSurname,
});