XRPLedgerValidatedLedger constructor
XRPLedgerValidatedLedger({})
Implementation
XRPLedgerValidatedLedger({
required this.baseFee,
required this.closeTime,
required this.hash,
required this.reserveBase,
required this.reserveInc,
required this.seq,
});