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