FContact class

Constructors

FContact({String identifier, String displayName })
FContact.fromMap(Map map)

Properties

birthdayDay int
read / write
birthdayMonth int
read / write
birthdayYear int
read / write
contactRelations List<FContactValueLabeled>
read / write
contactType String
read / write
dates List<FContactDateLabeled>
read / write
departmentName String
read / write
displayName String
read / write
emails List<FContactValueLabeled>
read / write
familyName String
read / write
givenName String
read / write
identifier String
read / write
image Uint8List
read / write
instantMessageAddresses List<FContactInstantMessageAddressLabeled>
read / write
jobTitle String
read / write
middleName String
read / write
namePrefix String
read / write
nameSuffix String
read / write
nickname String
read / write
note String
read / write
organizationName String
read / write
phoneNumbers List<FContactValueLabeled>
read / write
phoneticFamilyName String
read / write
phoneticGivenName String
read / write
phoneticMiddleName String
read / write
phoneticOrganizationName String
read / write
postalAddresses List<FContactPostalAddressLabeled>
read / write
previousFamilyName String
read / write
socialProfiles List<FContactSocialProfileLabeled>
read / write
thumbnail Uint8List
read / write
urls List<FContactValueLabeled>
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited