isQcReportPublic property

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

Stores if the associated QC report should be public

Implementation

@$pb.TagNumber(52)
$core.bool get isQcReportPublic => $_getBF(10);
  1. @TagNumber.new(52)
set isQcReportPublic (bool value)

Implementation

@$pb.TagNumber(52)
set isQcReportPublic($core.bool value) => $_setBool(10, value);