isEven property

Get sql statement to check weather this field is even.

Implementation

ConditionQuery get isEven => (this % 2).equals(0);