ValueListFilter constructor

ValueListFilter({
  1. bool? ignoreCase,
  2. String? valuePresentList,
  3. List<String>? values,
})

Implementation

ValueListFilter({
  this.ignoreCase,
  this.valuePresentList,
  this.values,
});