value property
Value of the exemplar point. This value determines to which bucket the exemplar belongs.
Implementation
@$pb.TagNumber(1)
$core.double get value => $_getN(0);
Implementation
@$pb.TagNumber(1)
set value($core.double v) { $_setDouble(0, v); }