gt function
Matches if the field is greater than the given value.
Implementation
FilterExpr gt(String field, dynamic value) {
return FilterGt(field, value);
}
Matches if the field is greater than the given value.
FilterExpr gt(String field, dynamic value) {
return FilterGt(field, value);
}