Client class

Constructors

Client(String ip, double latitude, double longitude, String isp, double ispRating, double rating, int ispAvarageDownloadSpeed, int ispAvarageUploadSpeed, Coordinate geoCoordinate)
Client.fromXMLElement(XmlElement? element)

Properties

geoCoordinate Coordinate
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String
getter/setter pair
isp String
getter/setter pair
ispAvarageDownloadSpeed int
getter/setter pair
ispAvarageUploadSpeed int
getter/setter pair
ispRating double
getter/setter pair
latitude double
getter/setter pair
longitude double
getter/setter pair
rating double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited