OSvcLedgerParams constructor

const OSvcLedgerParams({
  1. required String Mode,
  2. required LedgerSeqKey LastSeq,
})

Implementation

const OSvcLedgerParams({required this.Mode, required this.LastSeq});