SpeedTestOptions class

Constructors

SpeedTestOptions.new({int? downloadTimeMs, int? uploadTimeMs, int? downloadThreadsCount, int? uploadThreadsCount, int? additionalThreadsCount, int? connectionTimeoutMs, bool? sendResultsToSpeedChecker})
const

Properties

additionalThreadsCount int?
final
connectionTimeoutMs int?
final
downloadThreadsCount int?
final
downloadTimeMs int?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendResultsToSpeedChecker bool?
final
uploadThreadsCount int?
final
uploadTimeMs int?
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.
inherited

Operators

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