count property
- @TagNumber.new(1)
The number of values in the population. Must be non-negative. This value
must equal the sum of the values in bucket_counts if a histogram is
provided.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get count => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set count($fixnum.Int64 value) => $_setInt64(0, value);