Filter constructor

Filter(
  1. String key,
  2. String value, {
  3. FilterType? type = FilterType.like,
})

Implementation

Filter(this.key, this.value, {this.type = FilterType.like});