BlockchainBlock constructor

BlockchainBlock(
  1. String id,
  2. int height
)

Implementation

BlockchainBlock(this.id, this.height);