value property

The cached blockhash or null if the cache has expired.

Implementation

BlockhashWithExpiryBlockHeight? get value =>
    expired ? null : _latestBlockhash;