LedgerInfo constructor
LedgerInfo({})
Implementation
LedgerInfo({
required this.currentLedgerSize,
required this.currentQueueSize,
required this.drops,
required this.expectedLedgerSize,
required this.ledgerCurrentIndex,
required this.levels,
required this.maxQueueSize,
required this.status,
});