isNull static method

Query isNull(
  1. String column
)

Implementation

static Query isNull(String column) => Query([WhereClauseIsNull(column, true)], []);