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,
);