args property Null safety
Implementation
XdrHostFunctionArgs get args => this._args;
Implementation
set args(XdrHostFunctionArgs value) =>
this._args = value;
XdrHostFunctionArgs get args => this._args;
set args(XdrHostFunctionArgs value) =>
this._args = value;