instance property Null safety
Implementation
XdrSCContractInstance? get instance => this._instance;
Implementation
set instance(XdrSCContractInstance? value) => this._instance = value;
XdrSCContractInstance? get instance => this._instance;
set instance(XdrSCContractInstance? value) => this._instance = value;