FeeHistory constructor
const
FeeHistory({})
Implementation
const FeeHistory({
required this.baseFeePerGas,
required this.gasUsedRatio,
required this.oldestBlock,
required this.reward,
});
const FeeHistory({
required this.baseFeePerGas,
required this.gasUsedRatio,
required this.oldestBlock,
required this.reward,
});