merkelProof property Null safety

Uint8List? merkelProof
read / write

The list of hashes that is used in MerkelTree.validate to verify that this TransactionModel is included in block.

Implementation

Uint8List? merkelProof;