isNotTrue property

ConditionQuery get isNotTrue

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

Implementation

ConditionQuery get isNotTrue => notEquals(true);