helloAuthParams property

Implementation

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

Implementation

set helloAuthParams(covariant SignalingFederationSettings_HelloAuthParamsBuilder? helloAuthParams) =>
    _$this._helloAuthParams = helloAuthParams;