Person constructor
Person({
- List<
Address> ? addresses, - String? ageRange,
- List<
AgeRangeType> ? ageRanges, - List<
Biography> ? biographies, - List<
Birthday> ? birthdays, - List<
BraggingRights> ? braggingRights, - List<
CalendarUrl> ? calendarUrls, - List<
ClientData> ? clientData, - List<
CoverPhoto> ? coverPhotos, - List<
EmailAddress> ? emailAddresses, - String? etag,
- List<
Event> ? events, - List<
ExternalId> ? externalIds, - List<
FileAs> ? fileAses, - List<
Gender> ? genders, - List<
ImClient> ? imClients, - List<
Interest> ? interests, - List<
Locale> ? locales, - List<
Location> ? locations, - List<
Membership> ? memberships, - PersonMetadata? metadata,
- List<
MiscKeyword> ? miscKeywords, - List<
Name> ? names, - List<
Nickname> ? nicknames, - List<
Occupation> ? occupations, - List<
Organization> ? organizations, - List<
PhoneNumber> ? phoneNumbers, - List<
Photo> ? photos, - List<
Relation> ? relations, - List<
RelationshipInterest> ? relationshipInterests, - List<
RelationshipStatus> ? relationshipStatuses, - List<
Residence> ? residences, - String? resourceName,
- List<
SipAddress> ? sipAddresses, - List<
Skill> ? skills, - List<
Tagline> ? taglines, - List<
Url> ? urls, - 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,
});