CustomerInfo class

Implementers

Constructors

CustomerInfo()

Properties

customerAddressLine1 String?
getter/setter pair
customerAddressLine2 String?
getter/setter pair
customerCity String?
getter/setter pair
customerCountry String?
getter/setter pair
customerEmail String?
getter/setter pair
customerGivenName String?
getter/setter pair
customerId String?
getter/setter pair
customerMobile String?
getter/setter pair
customerPostalCode String?
getter/setter pair
customerRegion String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
landmark String?
getter/setter pair
receiverName String?
getter/setter pair
receiverPhone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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