createContractArgs property Null safety
Implementation
XdrCreateContractArgs? get createContractArgs => this._createContractArgs;
Implementation
set createContractArgs(XdrCreateContractArgs? value) =>
this._createContractArgs = value;
XdrCreateContractArgs? get createContractArgs => this._createContractArgs;
set createContractArgs(XdrCreateContractArgs? value) =>
this._createContractArgs = value;