isOdd property

Get sql statement to check weather this field is odd.

Implementation

ConditionQuery get isOdd => (this % 2).equals(1);