Contact constructor
Contact({
- String? assistantName,
- DateTime? birthday,
- Address? businessAddress,
- String? businessHomePage,
- List<
String> ? businessPhones, - List<
String> ? categories, - String? changeKey,
- List<
String> ? children, - String? companyName,
- DateTime? createdDateTime,
- String? department,
- String? displayName,
- List<
EmailAddress> ? emailAddresses, - String? fileAs,
- String? generation,
- String? givenName,
- Address? homeAddress,
- List<
String> ? homePhones, - String? id,
- List<
String> ? imAddresses, - String? initials,
- String? jobTitle,
- DateTime? lastModifiedDateTime,
- String? manager,
- String? middleName,
- String? mobilePhone,
- String? nickName,
- String? officeLocation,
- Address? otherAddress,
- String? parentFolderId,
- String? personalNotes,
- String? profession,
- String? spouseName,
- String? surname,
- String? title,
- String? yomiCompanyName,
- String? yomiGivenName,
- 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,
});