connectTimeout property

Duration? connectTimeout
final

The maximum allowed time to wait for a connection to be established. If connectTimeout is longer than the system level timeout duration, a timeout may occur sooner than specified in connectTimeout.

Implementation

final Duration? connectTimeout;