isNull property

Where get isNull

Implementation

Where get isNull {
  this.operator = 'IS NULL';

  return this;
}