WherePhrase class

Inheritance

Constructors

WherePhrase(List<WhereCondition> conditions, {bool? isRequired})
A collection of conditions that are evaluated together.
const

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 WhereConditions 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 setterinherited
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 setterinherited
value → dynamic
The value to compare on the evaluatedField.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited