VendorAddress constructor
VendorAddress({})
Implementation
VendorAddress({
this.vendorAddressId,
this.vendorAddress,
this.country,
this.state,
this.city,
this.postCode,
this.businessLatitude,
this.businessLongitude,
this.isPublished,
});