ShippingAddress constructor
const
ShippingAddress({})
Constructs a ShippingAddress object
Implementation
const ShippingAddress({
required this.countryCode,
required this.state,
required this.city,
required this.streetLine1,
required this.streetLine2,
required this.postCode,
});