minValue property

double? minValue
getter/setter pair

Stores the minimum value of the numeric field.

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

Implementation

core.double? minValue;