Block constructor

Block({
  1. int? blockIndex,
  2. String? blockToken,
})

Implementation

Block({
  this.blockIndex,
  this.blockToken,
});