WhereClauseIsNull constructor
const
WhereClauseIsNull(
- String column,
- bool isNull, {
- BooleanOperator operator = BooleanOperator.initial,
Implementation
const WhereClauseIsNull(this.column, this.isNull, {this.operator = BooleanOperator.initial});