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