count property
- @TagNumber.new(1)
The total number of samples in the distribution. Must be >= 0.
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);