FeeRateGovernor constructor

const FeeRateGovernor({
  1. required FeeRateGovernorValue feeRateGovernor,
})

Implementation

const FeeRateGovernor({
  required this.feeRateGovernor,
});