value property
      
      BlockhashWithExpiryBlockHeight?
      get
      value
      
    
    
The cached blockhash or null if the cache has expired.
Implementation
BlockhashWithExpiryBlockHeight? get value =>
    expired ? null : _latestBlockhash;