Address constructor
      
      Address({})
     
    
    
Implementation
Address({
  this.city,
  this.country,
  this.countryCode,
  this.extendedAddress,
  this.formattedType,
  this.formattedValue,
  this.metadata,
  this.poBox,
  this.postalCode,
  this.region,
  this.streetAddress,
  this.type,
});