AddressVendorModel constructor
AddressVendorModel({})
Implementation
AddressVendorModel(
{this.postcode,
this.buildingNumber,
this.streetName,
this.buildingName,
this.buildingCode,
this.buildingDescription,
this.longitude,
this.latitude});