maxValue property

double? maxValue
getter/setter pair

Maximum value of this field.

This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.

Implementation

core.double? maxValue;