StringFilter constructor

StringFilter({
  1. bool? caseSensitive,
  2. String? matchType,
  3. String? value,
})

Implementation

StringFilter({
  this.caseSensitive,
  this.matchType,
  this.value,
});