timeout property Null safety
final
The timeout for the underlying HTTP request. Framework-related overheads, e.g. scheduling or proxy initialization is not counted against this time.
Implementation
final Duration? timeout;
The timeout for the underlying HTTP request. Framework-related overheads, e.g. scheduling or proxy initialization is not counted against this time.
final Duration? timeout;