isOdd property
ConditionQuery
get
isOdd
Get sql statement to check weather this field is odd.
Implementation
ConditionQuery get isOdd => (this % 2).equals(1);
Get sql statement to check weather this field is odd.
ConditionQuery get isOdd => (this % 2).equals(1);