defaultBuckets constant

List<double> const defaultBuckets

The default upper bounds for histogram buckets.

Implementation

static const defaultBuckets = <double>[
  .005,
  .01,
  .025,
  .05,
  .075,
  .1,
  .25,
  .5,
  .75,
  1,
  2.5,
  5,
  7.5,
  10
];