SchemaFieldSpecNumericIndexingSpec constructor

SchemaFieldSpecNumericIndexingSpec({
  1. double? maxValue,
  2. double? minValue,
})

Implementation

SchemaFieldSpecNumericIndexingSpec({this.maxValue, this.minValue});