menu
remote_cache_sync package
documentation
sync/store_interfaces.dart
QuerySpec
QuerySpec.new const constructor
QuerySpec.new const constructor
dark_mode
light_mode
QuerySpec
constructor
const
QuerySpec
(
{
List
<
FilterOp
>
filters
=
const []
,
List
<
OrderSpec
>
orderBy
=
const []
,
int
?
limit
,
int
?
offset
,
})
Implementation
const QuerySpec({ this.filters = const [], this.orderBy = const [], this.limit, this.offset, });
remote_cache_sync package
documentation
sync/store_interfaces
QuerySpec
QuerySpec.new const constructor
QuerySpec class