XdrConfigSettingContractComputeV0 constructor Null safety

XdrConfigSettingContractComputeV0(
  1. XdrInt64 _ledgerMaxInstructions,
  2. XdrInt64 _txMaxInstructions,
  3. XdrInt64 _feeRatePerInstructionsIncrement,
  4. XdrUint32 _txMemoryLimit
)

Implementation

XdrConfigSettingContractComputeV0(
    this._ledgerMaxInstructions,
    this._txMaxInstructions,
    this._feeRatePerInstructionsIncrement,
    this._txMemoryLimit);