helloAuthParams property
Implementation
SignalingSettings_Federation0_HelloAuthParamsBuilder get helloAuthParams =>
_$this._helloAuthParams ??= SignalingSettings_Federation0_HelloAuthParamsBuilder();
set
helloAuthParams
(covariant SignalingSettings_Federation0_HelloAuthParamsBuilder? helloAuthParams)
covariantoverride
Implementation
set helloAuthParams(covariant SignalingSettings_Federation0_HelloAuthParamsBuilder? helloAuthParams) =>
_$this._helloAuthParams = helloAuthParams;