lessThan method
Checks whether the value of the column is less than value
Implementation
T lessThan(String value) {
return _createFilter(value, "<");
}
Checks whether the value of the column is less than value
T lessThan(String value) {
return _createFilter(value, "<");
}