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