IdWhereClause.lessThan constructor
Where clause that matches all id values less than the given upper
bound.
Implementation
const IdWhereClause.lessThan({
required Id this.upper,
this.includeUpper = true,
}) : lower = null,
includeLower = true,
super._();