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