operator < method
Get db statement to check if this value less than another date,
other
may be DateTime object or DateTimeStringField
Implementation
ConditionQuery operator <(dynamic other) => lessThan(other);
Get db statement to check if this value less than another date,
other
may be DateTime object or DateTimeStringField
ConditionQuery operator <(dynamic other) => lessThan(other);