range property

  1. @TagNumber.new(4)
Distribution_Range get range

If specified, contains the range of the population values. The field must not be present if the count is zero.

Implementation

@$pb.TagNumber(4)
Distribution_Range get range => $_getN(3);
  1. @TagNumber.new(4)
set range (Distribution_Range value)

Implementation

@$pb.TagNumber(4)
set range(Distribution_Range value) => $_setField(4, value);