QuerySpec class

A normalized query description that can be mapped to local or remote backends.

Constructors

QuerySpec.new({List<FilterOp> filters = const [], List<OrderSpec> orderBy = const [], int? limit, int? offset})
const

Properties

filters List<FilterOp>
final
hashCode int
The hash code for this object.
no setterinherited
limit int?
final
offset int?
final
orderBy List<OrderSpec>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<FilterOp>? filters, List<OrderSpec>? orderBy, int? limit, int? offset}) QuerySpec
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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