CalculationAddress constructor
const
CalculationAddress({})
postal_address
The customer's postal address (for example, home or business location).
Implementation
const CalculationAddress({
this.city,
required this.country,
this.line1,
this.line2,
this.postalCode,
this.state,
});