EvmLegacyGasPrice constructor

const EvmLegacyGasPrice({
  1. required Amount gasPrice,
})

Implementation

const EvmLegacyGasPrice({
  required this.gasPrice,
});