FilterExpression constructor

FilterExpression({
  1. bool? caseSensitive,
  2. String? expressionValue,
  3. String? field,
  4. int? fieldIndex,
  5. String? kind,
  6. String? matchType,
})

Implementation

FilterExpression({
  this.caseSensitive,
  this.expressionValue,
  this.field,
  this.fieldIndex,
  this.kind,
  this.matchType,
});