returnValue property Null safety
Implementation
XdrSCVal get returnValue => this._returnValue;
Implementation
set returnValue(XdrSCVal value) => this._returnValue = value;
XdrSCVal get returnValue => this._returnValue;
set returnValue(XdrSCVal value) => this._returnValue = value;