WhereClauseIsNull constructor

const WhereClauseIsNull(
  1. String column,
  2. bool isNull, {
  3. BooleanOperator operator = BooleanOperator.initial,
})

Implementation

const WhereClauseIsNull(this.column, this.isNull, {this.operator = BooleanOperator.initial});