minSeqLedgerGap property

int? minSeqLedgerGap

Implementation

int? get minSeqLedgerGap => _minSeqLedgerGap;
void minSeqLedgerGap=(int? value)

Implementation

set minSeqLedgerGap(int? value) => _minSeqLedgerGap = value;