ifHttps property

  1. @TagNumber(7)
bool ifHttps

Implementation

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

Implementation

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