maxFeePerGasInGwei property
Decimal
get
maxFeePerGasInGwei
Get the max fee per gas in Gwei units
Implementation
Decimal get maxFeePerGasInGwei => maxFeePerGas * Decimal.fromInt(_gweiInEth);
Get the max fee per gas in Gwei units
Decimal get maxFeePerGasInGwei => maxFeePerGas * Decimal.fromInt(_gweiInEth);