Add a WHERE NULL condition
DBHelper whereNull(String column) { _whereConditions.add("$column IS NULL"); return this; }