Contact class - search library - Dart API
Contact
Contact class
Represents contact information.
Constructors
-
Contact(List<
LandlinePhone> landlinePhones, List<MobilePhone> mobilePhones, List<EmailAddress> emails, List<WebsiteAddress> websites) - Creates a new instance.
- Contact.withDefaults()
- Creates a new instance.
Properties
-
emails
↔ List<
EmailAddress> -
The list of email addresses with associated categories.
This data is not available in offline search.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
-
landlinePhones
↔ List<
LandlinePhone> -
The list of landline phone numbers with associated categories.
This data is not available in offline search.
getter/setter pair
-
mobilePhones
↔ List<
MobilePhone> -
The list of mobile phones numbers with associated categories.
This data is not available in offline search.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
websites
↔ List<
WebsiteAddress> -
The list of website addresses with associated categories.
This data is not available in offline search.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.