connectTimeout property

Duration? connectTimeout
final

Connection timeout duration.

If the connection cannot be established within this duration, an AdapterException with type AdapterExceptionType.connectTimeout will be thrown.

Implementation

final Duration? connectTimeout;