createContractArgs property Null safety

XdrCreateContractArgs? createContractArgs

Implementation

XdrCreateContractArgs? get createContractArgs => this._createContractArgs;
void createContractArgs=(XdrCreateContractArgs? value)

Implementation

set createContractArgs(XdrCreateContractArgs? value) =>
    this._createContractArgs = value;