BlockIdentifier constructor

const BlockIdentifier(
  1. int index,
  2. String hash
)

Implementation

const BlockIdentifier(this.index, this.hash);