previousHash property Null safety

Uint8List previousHash
read / write

The previous BlockModel.id.

It is SHA-3 hash of the previous block’s header. For the genesis block the value is Uint8List(1);

Implementation

late Uint8List previousHash;