ShippingDetails class
Properties
address
→ ShippingDetailsAddress
Shipping address.
no setter inherited
carrier
→ String ?
The delivery service that shipped a physical product,
such as Fedex, UPS, USPS, etc.
no setter inherited
copyWith
→ $ShippingDetailsCopyWith<ShippingDetails >
Create a copy of ShippingDetails
with the given fields replaced by the non-null parameter values.
no setter inherited
hashCode
→ int
The hash code for this object.
no setter inherited
name
→ String ?
Recipient name.
no setter inherited
phone
→ String ?
Recipient phone (including extension).
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
trackingNumber
→ String ?
The tracking number for a physical product, obtained from the
delivery service. If multiple tracking numbers were
generated for this purchase, please separate them with commas.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson ()
→ Map <String , dynamic >
Serializes this ShippingDetails to a JSON map.
inherited
toString ()
→ String
A string representation of this object.
inherited