BlockEvent constructor
BlockEvent(
- int sequence,
- BlockIdentifier block_identifier,
- String type
Implementation
BlockEvent(this.sequence, this.block_identifier, this.type);