greaterThan method
Checks whether the value of the column is greater than value
Implementation
T greaterThan(String value) {
return _createFilter(value, ">");
}
Checks whether the value of the column is greater than value
T greaterThan(String value) {
return _createFilter(value, ">");
}