AdminFilters constructor

AdminFilters({
  1. String? filterKey,
  2. String? filterType,
  3. String? intValue,
  4. StringListValues? stringListValues,
  5. String? stringValue,
})

Implementation

AdminFilters({
  this.filterKey,
  this.filterType,
  this.intValue,
  this.stringListValues,
  this.stringValue,
});