GetGasPriceParameters constructor

GetGasPriceParameters({
  1. int? chainId,
})

Implementation

GetGasPriceParameters({
  this.chainId,
});