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