maxValue property

double? maxValue
getter/setter pair

Stores the maximum value of the numeric field.

Is populated only if [NumericBucketingOption.requires_min_max] is set to true.

Implementation

core.double? maxValue;