hasTimeout property

bool hasTimeout

Returns true if the cached request have timeout.

Implementation

bool get hasTimeout => _timeout.inMilliseconds > 0;