Query constructor
Query({
- List<
PropertyReference> ? distinctOn, - String? endCursor,
- Filter? filter,
- List<
KindExpression> ? kind, - int? limit,
- int? offset,
- List<
PropertyOrder> ? order, - List<
Projection> ? projection, - String? startCursor,
Implementation
Query({
this.distinctOn,
this.endCursor,
this.filter,
this.kind,
this.limit,
this.offset,
this.order,
this.projection,
this.startCursor,
});