Query class Data Types

Define a Thread query using JSON (fromJson)

Constructors

Query({List<_QueryCriterion> ands, List<Query> ors, _QuerySort sort})
Query.fromJson(Map<String, dynamic> query)
Initialize a Query object from a JSON object

Properties

ands ↔ List<_QueryCriterion>
read / write
ors ↔ List<Query>
read / write
sort ↔ _QuerySort
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toJson() → Map<String, dynamic>
Get JSON back out of your Auery object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited