SpeedTestEntity class

网络测速实体

Constructors

SpeedTestEntity.fromJson(dynamic data)

Properties

currentResult SpeedTestResultEntity?
当前完成的测速结果
getter/setter pair
finishedCount int?
已完成测速的服务器数量
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int?
需要测速的服务器总数量
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