isQcReportPublic property
Stores if the associated QC report should be public
Implementation
@$pb.TagNumber(52)
$core.bool get isQcReportPublic => $_getBF(6);
Implementation
@$pb.TagNumber(52)
set isQcReportPublic($core.bool value) => $_setBool(6, value);