Condition constructor

Condition(
  1. SQL left,
  2. QO operator,
  3. SQL right
)

Implementation

Condition(this.left, this.operator, this.right);