Where.not constructor
- String columnName,
- WhereOperator operator,
- Object value
Implementation
Where.not(
this.columnName,
this.operator,
this.value,
) {
prev = 'WHERE NOT';
}
Where.not(
this.columnName,
this.operator,
this.value,
) {
prev = 'WHERE NOT';
}