isNotTrue property

ConditionQuery isNotTrue

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

Implementation

ConditionQuery get isNotTrue => notEquals(true);