GeoLocationDetails constructor
GeoLocationDetails({})
Implementation
GeoLocationDetails({
this.continentCode,
this.continentName,
this.countryCode,
this.countryName,
this.subdivisionCode,
this.subdivisionName,
});