AccountSupportAddress constructor
const
AccountSupportAddress({})
address_specs
A publicly available mailing address for sending support issues to.
Implementation
const AccountSupportAddress({
this.city,
this.country,
this.line1,
this.line2,
this.postalCode,
this.state,
});