tlsEnabled property

  1. @TagNumber(7)
bool get tlsEnabled

If true, we attempt to establish a secure connection using TLS

Implementation

@$pb.TagNumber(7)
$core.bool get tlsEnabled => $_getBF(6);
  1. @TagNumber(7)
set tlsEnabled (bool value)

Implementation

@$pb.TagNumber(7)
set tlsEnabled($core.bool value) => $_setBool(6, value);