timeoutInterval property

Duration timeoutInterval

The timeout interval during the connection attempt.

See NSURLSession.timeoutInterval

Implementation

Duration get timeoutInterval => Duration(
    microseconds:
        (_nsObject.timeoutInterval * Duration.microsecondsPerSecond).round());