isNotNull property

Where get isNotNull

Implementation

Where get isNotNull {
  this.operator = 'IS NOT NULL';

  return this;
}