IntegerPropertyOptions constructor

IntegerPropertyOptions({
  1. IntegerFacetingOptions? integerFacetingOptions,
  2. String? maximumValue,
  3. String? minimumValue,
  4. IntegerOperatorOptions? operatorOptions,
  5. String? orderedRanking,
})

Implementation

IntegerPropertyOptions({
  this.integerFacetingOptions,
  this.maximumValue,
  this.minimumValue,
  this.operatorOptions,
  this.orderedRanking,
});