FilterExpression constructor

FilterExpression({
  1. String? comparator,
  2. FieldSource? fieldSource,
  3. FieldSource? fieldSourceValue,
  4. bool? isNegation,
  5. Object? literalValue,
})

Implementation

FilterExpression({
  this.comparator,
  this.fieldSource,
  this.fieldSourceValue,
  this.isNegation,
  this.literalValue,
});