ShippingAddress constructor
ShippingAddress({})
Basic constructor
Implementation
ShippingAddress({
required this.countryCode,
required this.state,
required this.city,
required this.streetLine1,
required this.streetLine2,
required this.postCode,
});