isNull method

PlexQuery<T> isNull()

Implementation

PlexQuery<T> isNull() => query.filter(Filter.isNull(_field));