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 "count" fields in buckets if a histogram is provided.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get count => $_getI64(2);- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set count($fixnum.Int64 v) {
  $_setInt64(2, v);
}