SpeedTestResultEntity class

网络测速结果实体

Constructors

SpeedTestResultEntity.fromJson(dynamic data)

Properties

downLostRate double?
下行丢包率,范围是0 - 1.0,例如,0.2表示每从服务器收取10个数据包可能会在中途丢失2个。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
IP地址
getter/setter pair
quality NetworkQualityEnum?
网络质量
getter/setter pair
rtt int?
延迟(毫秒),指当前设备到腾讯云服务器的一次网络往返时间,该值越小越好,正常数值范围是10ms - 100ms
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upLostRate double?
上行丢包率,范围是0 - 1.0,例如,0.3代表每向服务器发送10个数据包,可能有3个会在中途丢失。
getter/setter pair

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