EventLocation constructor
EventLocation({})
Implementation
EventLocation({
this.city,
this.continentCode,
this.regionCode,
this.storeId,
this.subcontinentCode,
this.subdivisionCode,
});
EventLocation({
this.city,
this.continentCode,
this.regionCode,
this.storeId,
this.subcontinentCode,
this.subdivisionCode,
});