Where constructor

const Where(
  1. String field,
  2. String op,
  3. Object? value
)

Implementation

const Where(this.field, this.op, this.value);