isNull method

SQL isNull()

Row value for column is null.

Implementation

SQL isNull() => SQL([this, const RawSQL('IS NULL')]);