previousHash property Null safety
read / write
The previous BlockModel.id.
It is SHA-3 hash of the previous block’s header
. If this is the genesis
block, the value is Uint8List(1);
Implementation
late Uint8List previousHash;
The previous BlockModel.id.
It is SHA-3 hash of the previous block’s header
. If this is the genesis
block, the value is Uint8List(1);
late Uint8List previousHash;