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);
Get ConditionQuery object to detect if this value is not true
in the db.
ConditionQuery get isNotTrue => notEquals(true);