IntegerPropertyOptions constructor
IntegerPropertyOptions({
- IntegerFacetingOptions? integerFacetingOptions,
- String? maximumValue,
- String? minimumValue,
- IntegerOperatorOptions? operatorOptions,
- String? orderedRanking,
Implementation
IntegerPropertyOptions({
this.integerFacetingOptions,
this.maximumValue,
this.minimumValue,
this.operatorOptions,
this.orderedRanking,
});