Address constructor
      
      Address({})
     
    
    
Implementation
Address({
  this.address1,
  this.address2,
  this.city,
  this.company,
  this.contact,
  this.fax,
  this.phone,
  this.regionCode,
  this.state,
  this.zip,
});
Address({
  this.address1,
  this.address2,
  this.city,
  this.company,
  this.contact,
  this.fax,
  this.phone,
  this.regionCode,
  this.state,
  this.zip,
});