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