IPData constructor

IPData(
  1. String? continentCode,
  2. String? countryCode,
  3. String? city,
  4. double? latitude,
  5. double? longitude,
  6. String? regionCode,
)

Implementation

IPData(this.continentCode, this.countryCode, this.city, this.latitude,
    this.longitude, this.regionCode);