FilterOptions constructor

FilterOptions({
  1. BlockNum? fromBlock,
  2. BlockNum? toBlock,
  3. EthereumAddress? address,
  4. List<List<String?>>? topics,
})

Implementation

FilterOptions({this.fromBlock, this.toBlock, this.address, this.topics});