Contact class

Constructors

Contact({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})
Contact.fromMap(Map m)

Properties

androidAccountName String?
getter/setter pair
androidAccountType AndroidAccountType?
getter/setter pair
androidAccountTypeRaw String?
getter/setter pair
avatar Uint8List?
getter/setter pair
birthday DateTime?
getter/setter pair
company String?
getter/setter pair
displayName String?
getter/setter pair
emails List<Item>?
getter/setter pair
familyName String?
getter/setter pair
givenName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
identifier String?
getter/setter pair
jobTitle String?
getter/setter pair
middleName String?
getter/setter pair
phones List<Item>?
getter/setter pair
postalAddresses List<PostalAddress>?
getter/setter pair
prefix String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
getter/setter pair

Methods

accountTypeFromString(String? androidAccountType) AndroidAccountType?
initials() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

operator +(Contact other) → dynamic
The + operator fills in this contact's empty fields with the fields from other
operator ==(Object other) bool
Returns true if all items in this contact are identical.
override