Finder class abstract

Finder helper for searching a given store

Constructors

Finder({Filter? filter, List<SortOrder<Object?>>? sortOrders, int? limit, int? offset, Boundary? start, Boundary? end})
Specify a filter.
factory

Properties

end Boundary
Set the end boundary.
no getter
filter Filter
Set the filter.
no getter
hashCode int
The hash code for this object.
no setterinherited
limit int
Set the limit.
no getter
offset int
Set the offset.
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOrder SortOrder<Object?>
Set the sort order.
no getter
sortOrders List<SortOrder<Object?>>
Set the sort orders.
no getter
start Boundary
Set the start boundary.
no getter

Methods

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