SessionShippingAddress constructor
const
SessionShippingAddress({})
address
Shipping address.
Implementation
const SessionShippingAddress({
this.city,
this.country,
required this.line1,
this.line2,
this.postalCode,
this.state,
});