PrintAddressInterface constructor
const
PrintAddressInterface({})
Implementation
const PrintAddressInterface({
this.address1 = '',
this.address2 = '',
this.city = '',
this.state = '',
this.postalCode = '',
this.country = '',
});