isNotFalse property

ConditionQuery isNotFalse

Get ConditionQuery object to detect if this value is not false in the db.

Implementation

ConditionQuery get isNotFalse => notEquals(false);