boundaries property

List<double>? get boundaries

Returns the explicit bucket boundaries, if specified during creation.

Implementation

List<double>? get boundaries => _boundaries;