CustomerInfo class
- Implementers
Constructors
Properties
- customerAddressLine1 ↔ String
-
read / write
- customerAddressLine2 ↔ String
-
read / write
- customerCity ↔ String
-
read / write
- customerCountry ↔ String
-
read / write
- customerEmail ↔ String
-
read / write
- customerGivenName ↔ String
-
read / write
- customerId ↔ String
-
read / write
- customerMobile ↔ String
-
read / write
- customerPostalCode ↔ String
-
read / write
- customerRegion ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- label ↔ String
-
read / write
- landmark ↔ String
-
read / write
- receiverName ↔ String
-
read / write
- receiverPhone ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited