InternetSpeedTest class
Constructors
Properties
- downloadRate ↔ int
-
getter/setter pair
- downloadSteps ↔ 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
- uploadRate ↔ int
-
getter/setter pair
- uploadSteps ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startDownloadTesting(
{required DoneCallback onDone, required ProgressCallback onProgress, required ErrorCallback onError, int fileSize = 200000, String testServer = 'http://ipv4.ikoula.testdebit.info/1M.iso'}) → Future< CancelListening> -
startUploadTesting(
{required DoneCallback onDone, required ProgressCallback onProgress, required ErrorCallback onError, int fileSize = 200000, String testServer = 'http://ipv4.ikoula.testdebit.info/'}) → Future< CancelListening> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited