GetBlockNumberParameters constructor

GetBlockNumberParameters({
  1. int? cacheTime,
  2. int? chainId,
})

Implementation

GetBlockNumberParameters({
  this.cacheTime,
  this.chainId,
});