isNotNull property

void isNotNull

Implementation

void get isNotNull {
  _raw = 'IS NOT NULL';
  _hasValue = true;
}