LedgerSeqKey constructor

const LedgerSeqKey({
  1. String? DateHeure,
  2. int? NoSeq,
})

Implementation

const LedgerSeqKey({this.DateHeure, this.NoSeq});