menu
gcloud package
documentation
datastore.dart
Query
Query constructor
Query constructor
dark_mode
light_mode
Query
constructor
Query
(
{
Key
?
ancestorKey
,
String
?
kind
,
List
<
Filter
>
?
filters
,
List
<
Order
>
?
orders
,
int
?
offset
,
int
?
limit
,
})
Implementation
Query({ this.ancestorKey, this.kind, this.filters, this.orders, this.offset, this.limit, });
gcloud package
documentation
datastore
Query
Query constructor
Query class