Where constructor

Where(
  1. String columnName,
  2. WhereOperator operator,
  3. Object value
)

Implementation

Where(
  this.columnName,
  this.operator,
  this.value,
);