Filter constructor
Filter({
- FilterName? name,
- List<
String> ? values,
Implementation
Filter({
this.name,
this.values,
});
Filter({
this.name,
this.values,
});