Address constructor
Address({})
Implementation
Address({
super.extra,
super.client_id,
this.country_code,
this.state,
this.city,
this.street_line1,
this.street_line2,
this.postal_code,
});
Address({
super.extra,
super.client_id,
this.country_code,
this.state,
this.city,
this.street_line1,
this.street_line2,
this.postal_code,
});