expired property

bool get expired

If true, the cached value is null or has expired.

Implementation

bool get expired => _latestBlockhash == null || _elapsed >= timeout.inMilliseconds;