count property
- @TagNumber.new(4)
count is the number of values in the population. Must be non-negative. This value must be equal to the sum of the "bucket_counts" values in the positive and negative Buckets plus the "zero_count" field.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get count => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set count($fixnum.Int64 v) {
$_setInt64(3, v);
}