countTotal property

  1. @TagNumber(4)
bool countTotal

Implementation

@$pb.TagNumber(4)
$core.bool get countTotal => $_getBF(3);
  1. @TagNumber(4)
void countTotal=(bool v)

Implementation

@$pb.TagNumber(4)
set countTotal($core.bool v) { $_setBool(3, v); }