returnValue property

XdrSCVal returnValue

Implementation

XdrSCVal get returnValue => this._returnValue;
void returnValue=(XdrSCVal value)

Implementation

set returnValue(XdrSCVal value) => this._returnValue = value;