gasFee property

BigInt get gasFee
override

Implementation

BigInt get gasFee {
  return gasPrice * gasLimit;
}