Query class

A query for entities.

Constructors

Query({List<PropertyReference>? distinctOn, String? endCursor, Filter? filter, List<KindExpression>? kind, int? limit, int? offset, List<PropertyOrder>? order, List<Projection>? projection, String? startCursor})
Query.fromJson(Map json_)

Properties

distinctOn List<PropertyReference>?
The properties to make distinct.
getter/setter pair
endCursor String?
An ending point for the query results.
getter/setter pair
endCursorAsBytes List<int>
getter/setter pair
filter Filter?
The filter to apply.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind List<KindExpression>?
The kinds to query (if empty, returns entities of all kinds).
getter/setter pair
limit int?
The maximum number of results to return.
getter/setter pair
offset int?
The number of results to skip.
getter/setter pair
order List<PropertyOrder>?
The order to apply to the query results (if empty, order is unspecified).
getter/setter pair
projection List<Projection>?
The projection to return.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCursor String?
A starting point for the query results.
getter/setter pair
startCursorAsBytes List<int>
getter/setter pair

Methods

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

Operators

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