linearBuckets property

  1. @TagNumber.new(7)
Distribution_LinearBuckets get linearBuckets

Buckets with constant width.

Implementation

@$pb.TagNumber(7)
Distribution_LinearBuckets get linearBuckets => $_getN(6);
  1. @TagNumber.new(7)
set linearBuckets (Distribution_LinearBuckets value)

Implementation

@$pb.TagNumber(7)
set linearBuckets(Distribution_LinearBuckets value) => $_setField(7, value);