HVTimeoutConfig class
Configuration class for setting timeout values for API calls.
Constructors
- HVTimeoutConfig.new({required int connectTimeout, required int readTimeout, required int writeTimeout})
- Creates a new instance of HVTimeoutConfig with the specified timeout values.
Properties
- connectTimeout → int
-
Connection timeout value in milliseconds.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- readTimeout → int
-
Read timeout value in milliseconds.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writeTimeout → int
-
Write timeout value in milliseconds.
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