start property

double? start
getter/setter pair

The minimum value at which items are placed into buckets of constant size.

Values below start are lumped into a single bucket. This field is optional.

Implementation

core.double? start;