NetworkStats class

Constructors

NetworkStats({required double downloadSpeed, required double uploadSpeed, required int ping, required int jitter, required String ip, required String isp})
NetworkStats.fromMap(Map<String, dynamic> map)
factory

Properties

downloadSpeed double
final
hashCode int
The hash code for this object.
no setterinherited
ip String
final
isp String
final
jitter int
final
ping int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadSpeed double
final

Methods

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

Operators

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