sSLorTLS property

  1. @TagNumber(6)
bool sSLorTLS

Implementation

@$pb.TagNumber(6)
$core.bool get sSLorTLS => $_getBF(5);
  1. @TagNumber(6)
void sSLorTLS=(bool v)

Implementation

@$pb.TagNumber(6)
set sSLorTLS($core.bool v) { $_setBool(5, v); }