Client constructor

Client(
  1. String Ip,
  2. double Latitude,
  3. double Longitude,
  4. String Isp,
  5. double IspRating,
  6. double Rating,
  7. int IspAvarageDownloadSpeed,
  8. int IspAvarageUploadSpeed,
  9. Coordinate geoCoordinate,
)

Implementation

Client(this.Ip, this.Latitude, this.Longitude, this.Isp, this.IspRating, this.Rating, this.IspAvarageDownloadSpeed,
    this.IspAvarageUploadSpeed, this.geoCoordinate);