FeeHistorical constructor

const FeeHistorical({
  1. required BigInt slow,
  2. required BigInt normal,
  3. required BigInt high,
  4. required BigInt baseFee,
})

Implementation

const FeeHistorical(
    {required this.slow,
    required this.normal,
    required this.high,
    required this.baseFee});