lt function
Matches if the field is less than the given value.
Implementation
FilterExpr lt(String field, dynamic value) {
return FilterLt(field, value);
}
Matches if the field is less than the given value.
FilterExpr lt(String field, dynamic value) {
return FilterLt(field, value);
}