CDGeoInfo constructor
CDGeoInfo({})
Implementation
CDGeoInfo({
required this.lat,
required this.lon,
required this.countryCode,
required this.region,
required this.city,
required this.zip,
this.streetAddress = '',
this.subThoroughFare = '',
this.haccuracy = "5",
});