Filter constructor

Filter(
  1. String field,
  2. Op op,
  3. Object? value
)

Implementation

Filter(this.field, this.op, this.value);