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