isNull method
Create a filter that checks if the column is null.
Implementation
Expression<bool> isNull() => $composableFilter(column.isNull());
Create a filter that checks if the column is null.
Expression<bool> isNull() => $composableFilter(column.isNull());