Contact constructor
Contact({
- String? identifier,
- String? displayName,
- String? givenName,
- String? middleName,
- String? prefix,
- String? suffix,
- String? familyName,
- String? company,
- String? jobTitle,
- List<
Item> ? emails, - List<
Item> ? phones, - List<
PostalAddress> ? postalAddresses, - Uint8List? avatar,
- DateTime? birthday,
- AndroidAccountType? androidAccountType,
- String? androidAccountTypeRaw,
- String? androidAccountName,
- String? note,
- List<
SocialProfile> ? socialProfiles, - List<
Item> ? urlAddresses,
Implementation
Contact({
this.identifier,
this.displayName,
this.givenName,
this.middleName,
this.prefix,
this.suffix,
this.familyName,
this.company,
this.jobTitle,
this.emails,
this.phones,
this.postalAddresses,
this.avatar,
this.birthday,
this.androidAccountType,
this.androidAccountTypeRaw,
this.androidAccountName,
this.note,
this.socialProfiles,
this.urlAddresses,
});