Filter constructor

Filter({
  1. FilterNameStringType? key,
  2. List<String>? values,
})

Implementation

Filter({
  this.key,
  this.values,
});