FullContact class

This represents a full contact See also StructuredName See also InstantMessenger See also EmailAddress See also PhoneNumber See also Address See also Relation See also CustomField See also Photo

Constructors

FullContact(List<InstantMessenger> instantMessengers, List<EmailAddress> emails, List<PhoneNumber> phones, List<Address> addresses, StructuredName? name, Photo? photo, String? note, String? company, String? sip, List<Relation> relations, List<CustomField> customFields)
FullContact.fromMap(Map map)
factory

Properties

addresses List<Address>
final
company String?
Can be null
final
customFields List<CustomField>
This fields are for the Google contacts app only
final
emails List<EmailAddress>
final
hashCode int
The hash code for this object.
no setteroverride
instantMessengers List<InstantMessenger>
final
name StructuredName?
final
note String?
Can be null
final
phones List<PhoneNumber>
final
photo Photo?
The users profile picture (can be null if none is set)
final
relations List<Relation>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sip String?
Can be null
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override