contractLedgerCost property Null safety
Implementation
XdrConfigSettingContractLedgerCostV0? get contractLedgerCost =>
this._contractLedgerCost;
Implementation
set contractLedgerCost(XdrConfigSettingContractLedgerCostV0? value) =>
this._contractLedgerCost = value;