Filter constructor

Filter({
  1. BlockTag? fromBlock,
  2. BlockTag? toBlock,
})

Implementation

Filter({this.fromBlock, this.toBlock});