SpeedTestException class
测速过程中出现的错误 / Error raised during a speed test.
取代 dart:io 的 HttpException,使本服务脱离 dart:io 依赖 /
Replaces dart:io's HttpException so this service no longer depends on
dart:io.
- Implemented types
Constructors
- SpeedTestException(String message, {Uri? uri})
-
构造 SpeedTestException / Creates a SpeedTestException.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited