operator >= method
Get a sql statement representation that check weather this value is more than or equal other
.
other
may be of the following:
DoubleField - IntField - NumField - double - int
Implementation
ConditionQuery operator >=(dynamic other) => moreThanOrEquals(other);