isNull method

WhereCondition isNull()

Implementation

WhereCondition isNull() =>
    WhereCondition(toString(), 'IS', null, sourceColumn: this);