insecure property

  1. @TagNumber(6)
bool get insecure

Implementation

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

Implementation

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