linearBuckets property

  1. @TagNumber.new(1)
Distribution_BucketOptions_Linear get linearBuckets

The linear bucket.

Implementation

@$pb.TagNumber(1)
Distribution_BucketOptions_Linear get linearBuckets => $_getN(0);
  1. @TagNumber.new(1)
set linearBuckets (Distribution_BucketOptions_Linear v)

Implementation

@$pb.TagNumber(1)
set linearBuckets(Distribution_BucketOptions_Linear v) { $_setField(1, v); }