GeolocationResult constructor
GeolocationResult({})
Returns a new GeolocationResult instance.
Implementation
GeolocationResult({
required this.accuracyRadius,
required this.city,
required this.continent,
required this.continentCode,
required this.country,
required this.countryIsoCode,
required this.latitude,
required this.longitude,
required this.subdivision,
required this.subdivisionIsoCode,
});