BarcodeContactInfo class

A person's or organization's business card.

Properties

addresses List<BarcodeAddress>?
Contact person's addresses.
final
emails List<BarcodeEmail>?
Contact person's emails.
final
hashCode int
The hash code for this object.
no setterinherited
jobTitle String?
Contact person's title.
final
name BarcodePersonName?
Contact person's name.
final
organization String?
Contact person's organization.
final
phones List<BarcodePhone>?
Contact person's phones.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls List<String>?
Contact urls associated with this person.
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