XdrLedgerBounds constructor Null safety

XdrLedgerBounds(
  1. XdrUint32 _minLedger,
  2. XdrUint32 _maxLedger
)

Implementation

XdrLedgerBounds(this._minLedger, this._maxLedger);