SpeedTestResult class

Constructors

SpeedTestResult.new({String status = '', int ping = 0, int jitter = 0, int percent = 0, double currentSpeed = 0.0, double downloadSpeed = 0.0, double uploadSpeed = 0.0, String server = '', String connectionType = '', String serverInfo = '', String deviceInfo = '', double downloadTransferredMb = 0.0, double uploadTransferredMb = 0.0, String error = '', String warning = '', String ip = '', String isp = '', String packetLoss = ''})
SpeedTestResult.fromJson(Map<Object?, dynamic> json)
factory

Properties

connectionType String
final
currentSpeed double
final
deviceInfo String
final
downloadSpeed double
final
downloadTransferredMb double
final
error String
final
hashCode int
The hash code for this object.
no setterinherited
ip String
final
isp String
final
jitter int
final
packetLoss String
final
percent int
final
ping int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
final
serverInfo String
final
status String
final
uploadSpeed double
final
uploadTransferredMb double
final
warning String
final

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