WhereCondition constructor

const WhereCondition(
  1. WhereItem item,
  2. Condition condition,
  3. WhereItem value
)

Implementation

const WhereCondition(this.item, this.condition, this.value);