Creates a BigInt bucket with an inclusive upperBound and a count.
upperBound
count
const BigHistogramBucket({required this.count, this.upperBound});