args property Null safety

XdrHostFunctionArgs args

Implementation

XdrHostFunctionArgs get args => this._args;
void args=(XdrHostFunctionArgs value)

Implementation

set args(XdrHostFunctionArgs value) =>
    this._args = value;