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