contractCompute property

Implementation

XdrConfigSettingContractComputeV0? get contractCompute =>
    this._contractCompute;
void contractCompute=(XdrConfigSettingContractComputeV0? value)

Implementation

set contractCompute(XdrConfigSettingContractComputeV0? value) =>
    this._contractCompute = value;