ContactInfo class
A person's or organization's business card. For example a VCARD.
Constructors
- ContactInfo.fromMap(Map data)
- Create a ContactInfo from native data.
Properties
-
addresses
→ List<
Address> ? -
Gets contact person's addresses.
final
-
emails
→ List<
Email> ? -
Gets contact person's emails.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → PersonName?
-
Gets contact person's name.
final
- organization → String?
-
Gets contact person's organization.
final
-
phones
→ List<
Phone> ? -
Gets contact person's phones.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
Gets contact person's title.
final
-
urls
→ List<
String> ? -
Gets contact person's urls.
final
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.
inherited