BlockEvent constructor

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

Implementation

const BlockEvent(this.sequence, this.blockIdentifier, this.type);