Matcher for matching everything but null when using Query.where.
See Query.where. Example:
var q = new Query<Employee>()
..where.manager = whereNotNull;
Matcher for matching everything but null when using Query.where.
See Query.where. Example:
var q = new Query<Employee>()
..where.manager = whereNotNull;