GeoData constructor

GeoData({
  1. String? lang,
  2. String? query,
  3. String? status,
  4. String? continent,
  5. String? continentCode,
  6. String? country,
  7. String? countryCode,
  8. String? region,
  9. String? regionName,
  10. String? city,
  11. String? district,
  12. String? zip,
  13. double? lat,
  14. double? long,
  15. String? timezone,
  16. int? offset,
  17. String? currency,
  18. String? isp,
  19. String? org,
  20. String? asno,
  21. String? asname,
  22. bool? mobile,
  23. bool? proxy,
  24. bool? hosting,
})

Implementation

GeoData({
  this.lang,
  this.query,
  this.status,
  this.continent,
  this.continentCode,
  this.country,
  this.countryCode,
  this.region,
  this.regionName,
  this.city,
  this.district,
  this.zip,
  this.lat,
  this.long,
  this.timezone,
  this.offset,
  this.currency,
  this.isp,
  this.org,
  this.asno,
  this.asname,
  this.mobile,
  this.proxy,
  this.hosting,
});