exponentialBuckets property

  1. @TagNumber.new(2)
Distribution_BucketOptions_Exponential get exponentialBuckets

The exponential buckets.

Implementation

@$pb.TagNumber(2)
Distribution_BucketOptions_Exponential get exponentialBuckets => $_getN(1);
  1. @TagNumber.new(2)
set exponentialBuckets (Distribution_BucketOptions_Exponential value)

Implementation

@$pb.TagNumber(2)
set exponentialBuckets(Distribution_BucketOptions_Exponential value) =>
    $_setField(2, value);