XdrStateExpirationSettings constructor Null safety

XdrStateExpirationSettings(
  1. XdrUint32 _maxEntryExpiration,
  2. XdrUint32 _minTempEntryExpiration,
  3. XdrUint32 _minPersistentEntryExpiration,
  4. XdrUint32 _autoBumpLedgers,
  5. XdrInt64 _persistentRentRateDenominator,
  6. XdrInt64 _tempRentRateDenominator,
  7. XdrUint32 _maxEntriesToExpire,
  8. XdrUint32 _bucketListSizeWindowSampleSize,
  9. XdrUint64 _evictionScanSize
)

Implementation

XdrStateExpirationSettings(
    this._maxEntryExpiration,
    this._minTempEntryExpiration,
    this._minPersistentEntryExpiration,
    this._autoBumpLedgers,
    this._persistentRentRateDenominator,
    this._tempRentRateDenominator,
    this._maxEntriesToExpire,
    this._bucketListSizeWindowSampleSize,
    this._evictionScanSize);