TLSvcLedgerParams constructor

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

Implementation

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