Where constructor

Where(
  1. String column, {
  2. String boolOperator = 'AND',
})

Implementation

Where(this.column, {this.boolOperator = 'AND'});