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