PrintifyAddress constructor
PrintifyAddress({})
Implementation
PrintifyAddress({
this.first_name,
this.last_name,
this.region,
this.address1,
this.city,
this.zip,
this.email,
this.phone,
this.country,
this.company,
});