GasPrice constructor

GasPrice({
  1. BigInt? standard,
  2. BigInt? fast,
  3. BigInt? instant,
})

Implementation

GasPrice({
  this.standard,
  this.fast,
  this.instant,
});