Filter constructor
Filter(
- String key,
- String value, {
- FilterType? type = FilterType.like,
Implementation
Filter(this.key, this.value, {this.type = FilterType.like});