FilterValue constructor

FilterValue({
  1. List<String>? all,
  2. List<String>? any,
  3. List<String>? none,
})

Implementation

FilterValue({
  this.all, this.any, this.none
});