Person constructor

Person({
  1. List<Address>? addresses,
  2. String? ageRange,
  3. List<AgeRangeType>? ageRanges,
  4. List<Biography>? biographies,
  5. List<Birthday>? birthdays,
  6. List<BraggingRights>? braggingRights,
  7. List<CalendarUrl>? calendarUrls,
  8. List<ClientData>? clientData,
  9. List<CoverPhoto>? coverPhotos,
  10. List<EmailAddress>? emailAddresses,
  11. String? etag,
  12. List<Event>? events,
  13. List<ExternalId>? externalIds,
  14. List<FileAs>? fileAses,
  15. List<Gender>? genders,
  16. List<ImClient>? imClients,
  17. List<Interest>? interests,
  18. List<Locale>? locales,
  19. List<Location>? locations,
  20. List<Membership>? memberships,
  21. PersonMetadata? metadata,
  22. List<MiscKeyword>? miscKeywords,
  23. List<Name>? names,
  24. List<Nickname>? nicknames,
  25. List<Occupation>? occupations,
  26. List<Organization>? organizations,
  27. List<PhoneNumber>? phoneNumbers,
  28. List<Photo>? photos,
  29. List<Relation>? relations,
  30. List<RelationshipInterest>? relationshipInterests,
  31. List<RelationshipStatus>? relationshipStatuses,
  32. List<Residence>? residences,
  33. String? resourceName,
  34. List<SipAddress>? sipAddresses,
  35. List<Skill>? skills,
  36. List<Tagline>? taglines,
  37. List<Url>? urls,
  38. List<UserDefined>? userDefined,
})

Implementation

Person({
  this.addresses,
  this.ageRange,
  this.ageRanges,
  this.biographies,
  this.birthdays,
  this.braggingRights,
  this.calendarUrls,
  this.clientData,
  this.coverPhotos,
  this.emailAddresses,
  this.etag,
  this.events,
  this.externalIds,
  this.fileAses,
  this.genders,
  this.imClients,
  this.interests,
  this.locales,
  this.locations,
  this.memberships,
  this.metadata,
  this.miscKeywords,
  this.names,
  this.nicknames,
  this.occupations,
  this.organizations,
  this.phoneNumbers,
  this.photos,
  this.relations,
  this.relationshipInterests,
  this.relationshipStatuses,
  this.residences,
  this.resourceName,
  this.sipAddresses,
  this.skills,
  this.taglines,
  this.urls,
  this.userDefined,
});