reportSuiteInfo property

  1. @TagNumber(1)
bool reportSuiteInfo

Implementation

@$pb.TagNumber(1)
$core.bool get reportSuiteInfo => $_getBF(0);
  1. @TagNumber(1)
void reportSuiteInfo=(bool v)

Implementation

@$pb.TagNumber(1)
set reportSuiteInfo($core.bool v) {
  $_setBool(0, v);
}