EventAddress constructor
EventAddress({})
Implementation
EventAddress({
this.locale,
this.countryCode,
this.countryName,
this.state,
this.city,
this.neighborhood,
this.number,
this.street,
this.postalCode,
this.addressLine,
this.latitude,
this.longitude,
});