Block constructor

Block(
  1. String id,
  2. int? blockNum
)

Implementation

Block(this.id, this.blockNum);