BlockEvent constructor

BlockEvent(
  1. int sequence,
  2. BlockIdentifier block_identifier,
  3. String type
)

Implementation

BlockEvent(this.sequence, this.block_identifier, this.type);