isNotFalse property
ConditionQuery
get
isNotFalse
Get ConditionQuery object to detect if this value is not false
in the db.
Implementation
ConditionQuery get isNotFalse => notEquals(false);
Get ConditionQuery object to detect if this value is not false
in the db.
ConditionQuery get isNotFalse => notEquals(false);