WherePhrase class
Properties
compare
→ Compare
The kind of comparison of the evaluatedField to the value . Defaults to Compare.equals
.
It is the responsibility of the Provider
to ignore or interpret the requested comparison.
final
conditions
→ List <WhereCondition >
Nested conditions. Leave unchanged for WhereCondition
s that do not nest.
final
evaluatedField
→ String
The Dart name of the field. For example, myField
when querying final String myField
.
final
hashCode
→ int
The hash code for this object.
no setter inherited
isRequired
→ bool
Whether all conditions must evaulate to true
for the query to return results.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
value
→ dynamic
The value to compare on the evaluatedField .
final
brick_offline_first 1.1.0