Distribution_BucketOptions_Exponential$json top-level constant

  1. @Deprecated('Use distributionDescriptor instead')
Map<String, Object> const Distribution_BucketOptions_Exponential$json

Implementation

@$core.Deprecated('Use distributionDescriptor instead')
const Distribution_BucketOptions_Exponential$json = const {
  '1': 'Exponential',
  '2': const [
    const {'1': 'num_finite_buckets', '3': 1, '4': 1, '5': 5, '10': 'numFiniteBuckets'},
    const {'1': 'growth_factor', '3': 2, '4': 1, '5': 1, '10': 'growthFactor'},
    const {'1': 'scale', '3': 3, '4': 1, '5': 1, '10': 'scale'},
  ],
};