FeeStatsResponse constructor Null safety
- String lastLedger,
- String lastLedgerBaseFee,
- String lastLedgerCapacityUsage,
- FeeChargedResponse feeCharged,
- MaxFeeResponse maxFee
Implementation
FeeStatsResponse(this.lastLedger, this.lastLedgerBaseFee, this.lastLedgerCapacityUsage,
this.feeCharged, this.maxFee);