Filter constructor
Filter(
- FilterRelation relation,
- String name,
- Object value
Implementation
Filter(this.relation, this.name, this.value);
Filter(this.relation, this.name, this.value);