IpAddressLocation constructor

IpAddressLocation({
  1. String? city,
  2. String? country,
  3. double? latitude,
  4. double? longitude,
  5. String? region,
})

Implementation

IpAddressLocation(
    {this.city, this.country, this.latitude, this.longitude, this.region});