TautulliGeolocationInfo constructor

TautulliGeolocationInfo({
  1. String? code,
  2. String? country,
  3. String? region,
  4. String? city,
  5. String? postalCode,
  6. String? timezone,
  7. double? latitude,
  8. double? longitude,
  9. double? accuracy,
  10. String? continent,
})

Implementation

TautulliGeolocationInfo({
    this.code,
    this.country,
    this.region,
    this.city,
    this.postalCode,
    this.timezone,
    this.latitude,
    this.longitude,
    this.accuracy,
    this.continent,
});