exponentialBuckets property
The exponential buckets.
Implementation
@$pb.TagNumber(2)
Distribution_BucketOptions_Exponential get exponentialBuckets => $_getN(1);
Implementation
@$pb.TagNumber(2)
set exponentialBuckets(Distribution_BucketOptions_Exponential value) =>
$_setField(2, value);