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