count property

String? count
getter/setter pair

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

core.String? count;