networkTimeout property Null safety

Duration networkTimeout

Time interval for network calls in seconds.

Any network request that takes longer than this value, will result in a timeout.

Implementation

Duration get networkTimeout;