Query class

Constructors

Query(List<String> allFields, {QueryPresence presence = QueryPresence.OPTIONAL})

Properties

allFields List<String>
getter/setter pair
clauses List<Clause>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
presence QueryPresence
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clause(Clause clause) Query
isNegated() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
term(dynamic term, [Clause? options]) Query
toString() String
A string representation of this object.
inherited

Operators

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