DeliveryContact class abstract
DeliveryContact
Properties:
- address - The address of the contact.
- company - The company name of the contact.
- email - The email address of the contact.
- fullPhoneNumber - The full phone number of the contact provided as a single string. It will be handled as a landline phone. Examples: "0031 6 11 22 33 44", "+316/1122-3344", "(0031) 611223344"
- name_ - The name of the contact.
- phoneNumber - The phone number of the contact.
- webAddress - The URL of the contact's website.
- Annotations
-
- @BuiltValue.new()
Constructors
- DeliveryContact([void updates(DeliveryContactBuilder b)])
-
factory
Properties
- address → DeliveryAddress
-
The address of the contact.
no setter
- company → String?
-
The company name of the contact.
no setter
- email → String?
-
The email address of the contact.
no setter
- fullPhoneNumber → String?
-
The full phone number of the contact provided as a single string. It will be handled as a landline phone. Examples: "0031 6 11 22 33 44", "+316/1122-3344", "(0031) 611223344"
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name_ → Name
-
The name of the contact.
no setter
- phoneNumber → PhoneNumber?
-
The phone number of the contact.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webAddress → String?
-
The URL of the contact's website.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DeliveryContactBuilder)) → DeliveryContact -
Rebuilds the instance.
inherited
-
toBuilder(
) → DeliveryContactBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DeliveryContact> -
no setter