isQcReportPublic property

  1. @TagNumber.new(52)
BOOL_FILTER get isQcReportPublic

Stores if the associated QC report should be public

Implementation

@$pb.TagNumber(52)
$1.BOOL_FILTER get isQcReportPublic => $_getN(23);
  1. @TagNumber.new(52)
set isQcReportPublic (BOOL_FILTER value)

Implementation

@$pb.TagNumber(52)
set isQcReportPublic($1.BOOL_FILTER value) => $_setField(52, value);