QueryOperator constructor
QueryOperator({})
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,
});