QueryOperator constructor

QueryOperator({
  1. String? displayName,
  2. List<String>? enumValues,
  3. String? greaterThanOperatorName,
  4. bool? isFacetable,
  5. bool? isRepeatable,
  6. bool? isReturnable,
  7. bool? isSortable,
  8. bool? isSuggestable,
  9. String? lessThanOperatorName,
  10. String? objectType,
  11. String? operatorName,
  12. String? type,
})

Implementation

QueryOperator({
  this.displayName,
  this.enumValues,
  this.greaterThanOperatorName,
  this.isFacetable,
  this.isRepeatable,
  this.isReturnable,
  this.isSortable,
  this.isSuggestable,
  this.lessThanOperatorName,
  this.objectType,
  this.operatorName,
  this.type,
});