UnaryFilter constructor

UnaryFilter({
  1. FieldReference? field,
  2. String? op,
})

Implementation

UnaryFilter({this.field, this.op});