AdminFilters constructor
AdminFilters({
- String? filterKey,
- String? filterType,
- String? intValue,
- StringListValues? stringListValues,
- String? stringValue,
Implementation
AdminFilters({
this.filterKey,
this.filterType,
this.intValue,
this.stringListValues,
this.stringValue,
});