BlockNotFoundException constructor

const BlockNotFoundException(
  1. dynamic blockNumber
)

Implementation

const BlockNotFoundException(this.blockNumber);