BuildingAddress constructor
      
      BuildingAddress({})
     
    
    
Implementation
BuildingAddress({
  this.addressLines,
  this.administrativeArea,
  this.languageCode,
  this.locality,
  this.postalCode,
  this.regionCode,
  this.sublocality,
});