hasTimeout property
      
      bool
      get
      hasTimeout
      
    
    
Returns true if the cached request have timeout.
Implementation
bool get hasTimeout => _timeout.inMilliseconds > 0;Returns true if the cached request have timeout.
bool get hasTimeout => _timeout.inMilliseconds > 0;