XdrConfigSettingContractBandwidthV0 constructor Null safety

XdrConfigSettingContractBandwidthV0(
  1. XdrUint32 _ledgerMaxPropagateSizeBytes,
  2. XdrUint32 _txMaxSizeBytes,
  3. XdrInt64 _feePropagateData1KB
)

Implementation

XdrConfigSettingContractBandwidthV0(this._ledgerMaxPropagateSizeBytes,
    this._txMaxSizeBytes, this._feePropagateData1KB);