FilterExpression constructor
FilterExpression({
- String? comparator,
- FieldSource? fieldSource,
- FieldSource? fieldSourceValue,
- bool? isNegation,
- Object? literalValue,
Implementation
FilterExpression({
this.comparator,
this.fieldSource,
this.fieldSourceValue,
this.isNegation,
this.literalValue,
});