hasTimeout property

bool get hasTimeout

Returns true if the cached request have timeout.

Implementation

bool get hasTimeout => _timeout.inMilliseconds > 0;