QueryCallsRequest constructor
QueryCallsRequest({})
Returns a new QueryCallsRequest instance.
Implementation
QueryCallsRequest({
this.filterConditions = const {},
this.limit,
this.next,
this.prev,
this.sort = const [],
this.watch,
});